Tags: tkocmathla/rules_python
Tags
fix(venv): Fix all .so files missing when py_binary lives at //:BUILD (… …bazel-contrib#3474) When `.label.package` was "" (empty string), doing `"{}/{}".format(ctx.label.package, bin_venv_path)` created an absolute path, which caused files to be ignored later, as they no longer looked to be part of the correct prefix. An empty package name occurs when the target is in `//:BUILD` with venv on. To fix, use skylib's `paths` instead, which handles it correctly and won't add the `/` prefix. Fixes bazel-contrib#3470 Co-authored-by: Shayan Hoshyari <[email protected]>
chore: update version markers for 1.8 release (bazel-contrib#3472) Update version markers for the 1.8 release. Work towards bazel-contrib#3466
fix: make CI pass with the next version of Bazel (9.0.0rc1) (bazel-co… …ntrib#3393) Explicitly load CcToolchainConfigInfo in the fake cc toolchain config. For examples/bzlmod, bump rules_rust to a newer version so that it pulls in dependencies that work correctly with Bazel 9.0.0rc1. Work towards bazel-contrib#3392 (cherry picked from commit 49b6630)
gazelle: set min rules_python version as 1.4 (bazel-contrib#3383) rules_python 1.4 is when the python.defaults tag class was introduced, which is used in the example's module file. Fixes BCR presubmit failures in bazelbuild/bazel-central-registry#6330 and bazelbuild/bazel-central-registry#6241 (cherry picked from commit d08cf53)
build: change gazelle rules_python override to use bazelrc (bazel-con… …trib#3382) This is because the `--override_module` flag in BCR presubmit configs can't affect local_path_override in MODULE.bazel. Per bazelbuild/bazel-central-registry#6241 (comment) (cherry picked from commit caab0fa)
build: change gazelle rules_python override to use bazelrc (bazel-con… …trib#3382) This is because the `--override_module` flag in BCR presubmit configs can't affect local_path_override in MODULE.bazel. Per bazelbuild/bazel-central-registry#6241 (comment) (cherry picked from commit caab0fa)
PreviousNext