Yun Peng
Yun Peng
Fixes https://github.com/bazelbuild/bazel/issues/27010
Related https://github.com/bazelbuild/bazel/issues/7901
Before, you had to rename or symlink a file to the correct compressed/archived file extension in order for it to be decompressed properly. Now you can specify rhe type of...
- Similar to `python.defaults`'s `python_version_env` attribute, we add `python_version_env`, `sha256_env`, `strip_prefix_env`, `url_env` for corresponding attributes of `single_version_platform_override`, allowing reading those values from env vars. - Allow the python version specified...
This enables `bazel build --config=bzlmod //jaxlib/tools:jaxlib_wheel` But still needs to work on a solution for hermetic python toolchains.
This is needed to fix building grpc with Bazel 9 Also upstreaming the MODULE.bazel file from BCR: https://github.com/bazelbuild/bazel-central-registry/tree/main/modules/protoc-gen-validate/1.2.1.bcr.1
See https://github.com/bazelbuild/bazel-central-registry/pull/6856
Fix generated via running `buildifier -lint=fix -r ./` See also https://github.com/bazelbuild/bazel-central-registry/issues/6402