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
Bazel has just released version 6.2.0, and has been on version 6 since Dec 2022.
The CI tests currently use version 5.3.1, but they should probably be modified to run some (or all?) of the tests using the latest LTS Bazel version which is 6.2.0.
Note, I ran the tests with 6.0.0 on my local box, and ran into couple issues... mainly that the return value of str(label) has changed (see bazelbuild/bazel#16196). This causes a few tests to fail... but should be straightforward to fix by not assuming output of str(label).
The text was updated successfully, but these errors were encountered:
We don't run current tests on 6.x.x because some test code is not compatible yet. I want to test a few fixes, and cut Rules Scala release, then I guess .bazelversion can be updated.
Bazel has just released version 6.2.0, and has been on version 6 since Dec 2022.
The CI tests currently use version 5.3.1, but they should probably be modified to run some (or all?) of the tests using the latest LTS Bazel version which is 6.2.0.
Note, I ran the tests with 6.0.0 on my local box, and ran into couple issues... mainly that the return value of str(label) has changed (see bazelbuild/bazel#16196). This causes a few tests to fail... but should be straightforward to fix by not assuming output of str(label).
The text was updated successfully, but these errors were encountered: