chaokunyang opened a new issue, #2285: URL: https://github.com/apache/fury/issues/2285
### Feature Request Currently we use bazel workspace to manage the c++ build. We need to use bazel module, and it's the way we use nanobind in the future. ### Is your feature request related to a problem? Please describe - First upgrade bazel6 to bazel 8 in #2279 - use bazel module to manage c++ build ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context The biggest changlennge may be `pyx_library` rule used in fury to build cython extention. This extension is from grpc. And grpc disbled bazel module. It seems that bazel module is supported in https://github.com/grpc/grpc/pull/38456. We need to upgrade grpc to that version at least -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
