-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[8.0.0rc7] bazel mod deps fails in bazel repo #24583
Comments
depends on bazelbuild/rules_apple#2604 |
Closing as an incompatibility with rules_apple, not a bug in Bazel. |
Root cause might be in rules_apple, but it is bazel building bazel that fails and it is an issue. Will it be a release blocker, or is it possible to downgrade or patch rules_apply until there's a forward fix? |
Bazel is only guaranteed to build itself with the Bazel version in |
If |
One extra note is pre-built nojdk binaries in https://github.com/bazelbuild/bazel/releases/tag/8.0.0rc7 are underlying bazel binaries without the wrapper that checks |
We are creating a new rc for #24582, if a compatible rules_apple is released in time, we could maybe fix this. But there is no promise
Why not just use 7.x? Vendoring should also work. |
Yes, looks like it should work, it just wasn't obvious that the problem was with bazel version |
Description of the bug:
Running
bazel mod deps
using8.0.0rc7
bazel binary inbazel
source base at8.0.0rc7
tag fails. While7.4.1
succeeds on same8.0.0rc7
tagWhich category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
and with 7.4.1
Which operating system are you running Bazel on?
NixOS
What is the output of
bazel info release
?release 8.0.0rc7
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: