-
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
bazel 7.0.0 bootstrap fails: bazel 7.0.0 bootstrap fails #20535
Comments
@svenstaro have you tried using https://github.com/bazelbuild/bazelisk#--bisect? |
What is there to use? I might be missing something but that just seems like another bug report and I can't spot a fix for my case. |
Sorry, had something else in the paste buffer apparently. Fixed the link above to point to bazelisk's bisect feature |
I've not tried to bisect bazel as I don't have the time to do that. However, I recommend my bootstrapping failure should be reproducible somewhat easily. |
I'm looking into #20501, closing this one as a duplicate. |
Description of the bug:
Trying to bootstrap bazel 7.0.0, I get this:
Which category does this issue belong to?
Core
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Download https://github.com/bazelbuild/bazel/releases/download/7.0.0/bazel-7.0.0-dist.zip and build is using
EXTRA_BAZEL_ARGS="--tool_java_runtime_version=local_jdk" ./compile.sh
.Which operating system are you running Bazel on?
Arch Linux
What is the output of
bazel info release
?N/A
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.N/A
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
Bazel 6.4.0 built just fine with the exact same build instructions.
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
Full build log:
bazel-log.txt
The text was updated successfully, but these errors were encountered: