You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
* Remove the old `7.x` config from all `.bazelrc`.
* Drop bazel 6 from example testing/support. The `.bazelrc`
for enabling `WORKSPACE` cannot work across bazel 6,7,8.
* Add missing `BUILD.bazel` file for integration tests.
* Remove an integration test runner for `bazel 6.x`.
* RBE test for bazel 8 is still not working.
* bump `rules_java` for internal WORKSPACE dependencies to
a version that supports `8.x`.
* start running bazel-in-bazel integration tests using bazel `8.x`.
* until bazel-contrib/rules_bazel_integration_test#414 is merged,
we need to use bazel 7 for the delete_packagese pre-commit hook,
not sure about how to track this as the `cgrindel/bazel-lib` needs
a new version.
Fixes#2378
---------
Co-authored-by: Richard Levasseur <[email protected]>
0 commit comments