-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: upgrade to latest bazel 7.3.2 #718
Conversation
6c0bea5
to
ecd7499
Compare
XDG_CACHE_HOME is also problematic for other reasons: bazel-contrib/bazel-lib#914 (comment) |
afb18ef
to
9957a21
Compare
@gregmagolan I have no idea what the latest error is and haven't been able to figure it out 🤷
|
Need to update bazel-lib to a minimum of 2.9.0 to pickup bazel-contrib/bazel-lib#914. But can't do that since there is a regression in bsdtar-prebuild in 3.7.5 that breaks the tar toolchain. Possibly due to libarchive 3.7.5 regression mentioned in https://github.com/libarchive/libarchive/releases/tag/v3.7.6? So first have to verify that libarchive 3.7.7 fixes the regression in bsdtar-prebuilt (we caught the failure in silo when trying to bump to latest bazel-lib). Then can land an update to bazel-lib and then can update rules_js & friends minimum bazel-lib to green this up. |
After bazel-contrib/bazel-lib#969 lands and bazel-lib 2.9.3 release is cut then this can be greened up |
c98c3c6
to
82b981b
Compare
Changes are visible to end-users: no
Test plan