You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
causes a collision on MacOS. There are other issues with this as well. In particular nixpkgs' clang expects standard include paths in the environment, which are missing in the Bazel sandbox. You can use the setup from rules_haskell to work around this issue.
Describe the bug
A simple project build fails on Mac OS
To Reproduce
On Mac:
git clone https://github.com/MarcoPolo/bug_repro1111
bazel build //main:hello-world
Fails.
Works on linux!
Expected behavior
Should build
Environment
Additional context
There should be way to set the priority of clang over binutils.
The text was updated successfully, but these errors were encountered: