-
Notifications
You must be signed in to change notification settings - Fork 121
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
Build errors with Bazel 3.3.1 on NixOS #439
Comments
My preference is to start working through the error messages one at a time. Could you sync past #440 and tell me if that fixes the issue? |
Absolutely, makes sense!
Done -- same error AFAICT:
|
Hrm... I have NO idea why this would matter, but could you try upgrading to |
This is the Bazel version that ships with NixOS 20.09: https://github.com/NixOS/nixpkgs/blob/release-20.09/pkgs/development/tools/build-managers/bazel/bazel_3/default.nix#L28 Looking this up, I just found that Installing But I now have a way to install |
Hrm... I guess I'm glad that it works but dismayed that it doesn't build consistently. I don't know what a nix marker is, but it sounds... bad? maybe? If there is any work that can be done to upstream those differences I would love a PR and a few words to help me understand why it is significant. Closing, but please feel free to reopen if you need anything else. |
Describe the bug
bazel build //ibazel
fails after a fresh checkout.Reproduction instructions
Expected behavior
bazel build //ibazel
should succeed.bazel query --output=build //ibazel
Version (please complete the following information):
Additional context
None.
The text was updated successfully, but these errors were encountered: