-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
bazel_8: init at 8.0.1 #362414
base: master
Are you sure you want to change the base?
bazel_8: init at 8.0.1 #362414
Conversation
ef3dddc
to
86a0496
Compare
86a0496
to
b0bfdb5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b0bfdb5
to
efaf838
Compare
This comment was marked as outdated.
This comment was marked as outdated.
efaf838
to
960a941
Compare
This comment was marked as outdated.
This comment was marked as outdated.
960a941
to
458f87c
Compare
This comment was marked as outdated.
This comment was marked as outdated.
2840557
to
b6ecb11
Compare
7c4bce7
to
eee2b3a
Compare
@ofborg build bazel_8 |
on x86_64-darwin following looks like a build agent setup issue?
|
|
https://github.com/bazelbuild/bazel/releases/tag/8.0.1 released yesterday |
a257588
to
885d0eb
Compare
885d0eb
to
d770743
Compare
@@ -302,6 +302,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt | |||
|
|||
# Bazel | |||
/pkgs/development/tools/build-managers/bazel @Profpatsch | |||
/pkgs/by-name/ba/bazel_8 @Profpatsch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not burden people with more pings unless they confirm being okay with it. @Profpatsch do you even still want to help maintain Bazel? If not, you should probably be removed from here.
And independent of whether @Profpatsch stays listed here, I'm suggesting you add yourself @boltzmannrain, since you've done so much great Bazel maintenance recently :D
Started with copying
bazel_7
and adapted it, notable changes:bazelDeps
now builds on Darwin insandbox=true
which was previously failing on power management tweakslndir -silent
for less build logsmodule_deps
feature to avoid getting.. does not depend on a module exporting ..
errors on clang/macos importing intrinsics-fno-aligned-allocation
on sdk <10.13 to avoid build error saying it isn't supported on <10.13pkgs/by-name
to pass CI, but still calling frompkgs/top-level/all-packages.nix
as not sure how to pass darwin sdk and other settings in by-name wayThings done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.