-
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
ccache: invalid option -- U #24795
Comments
Hi @love1angel, Could you please provide complete steps to reproduce this issue? |
Hi, @sgowroji. I just upgrade brew package. then use this bazel 7.4.1 version always build failed like this issue when cc_library. |
bazel test --cxxopt=-std=c++14 --test_output=all //:hello_test Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging Executed 0 out of 1 test: 1 fails to build. |
Description of the bug:
$ bazel --version
bazel 7.4.1-homebrew
macbook m1 chip.
use this release: https://github.com/bazelbuild/bazel/releases/download/7.3.2/bazel-7.3.2-dist.zip
according to this PR: Homebrew/homebrew-core@c8ba5b8
Which category does this issue belong to?
C++ Rules
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
macos sequia 15.0
What is the output of
bazel info release
?release 7.4.1-homebrew
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: