-
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.0rc4] Programatic error in cc_shared_library #24518
Labels
Comments
Bug was present in 7.4.0, 7.4.1 was fixed. Believe its a patch from @fmeum that is the root cause of this issue. |
@meteorcloudy While the cherry-pick attempt at #24002 was canceled due to the regression, there was another at #24005 that went through. |
@bazel-io fork 8.0.0 |
rc6 was just released with a fix for this: https://github.com/bazelbuild/bazel/releases/tag/8.0.0rc6 |
rc6 fixes this for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug:
I'm hitting this error with 8.0.0rc4, the same code is ok in 7.4.1.
Which 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.
It can be reproduced using the following:
Which operating system are you running Bazel on?
Linux
What is the output of
bazel info release
?8.0.0rc4
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: