-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fail to build in MacOS #259
Comments
I'm leaning to think that there is an issue with Bazel. If I change to use bazel 6.5.0, then
Forcing to use bazel 7.0.0, then the same error shows up. |
Bazelisk has a |
OMG this was painful. Executed
(yes, started with It shows that
This is, looks like this is related to bzlmod :( To double check this, executed
and it build without errors. Not sure how to move forward, as I ended in this rabbit hole when trying to use rules_fuzzing as a dependency from Bazel Repository Central. Side note, bazelisk is a good tool, but a little more flexibility, it would be amazing. eg
|
Expected Behavior
Fail to compile in MacOS
Actual Behavior
For reasons that are not clear to me, the compilation of honggfuzz has the flag
-D_HF_ARCH_LINUX
that should not be there (as there is aselect
inhonggfuzz.BUILD
). Not sure why this is happening.Steps to Reproduce the Problem
bazel build //...
Specifications
1b9ddac66217c77f4eea0d3a8b765953ab5080b5
The text was updated successfully, but these errors were encountered: