forked from TraceMachina/nativelink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nix environment (TraceMachina#830)
- Rebuild LRE toolchains - libcxxabi has been merged into libcxx - Fix an issue where nix2container wasn't compatible with new nixpkgs versions due to the use of outdated `vendorSha256` in a go module - Bump pre-commit python version from 3.11 to 3.12 - Migrate outdated vale config from flake.nix to pre-commit-hooks.nix - Migrate outdated rustfmt pre-commit overrides to a cleaner new implementation
- Loading branch information
1 parent
b61142d
commit 6b9e68e
Showing
11 changed files
with
2,751 additions
and
2,749 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
local-remote-execution/generated-cc/cc/builtin_include_directory_paths
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
This file is generated by cc_configure and contains builtin include directories | ||
that /nix/store/m92gymzm3qanxhx305kc9rm0ipbwmzk9-customClang/bin/customClang reported. This file is a dependency of every compilation action and | ||
that /nix/store/qlc1ljb5gahlb35j9ih849qhzivz884j-customClang/bin/customClang reported. This file is a dependency of every compilation action and | ||
changes to it will be reflected in the action cache key. When some of these | ||
paths change, Bazel will make sure to rerun the action, even though none of | ||
declared action inputs or the action commandline changes. | ||
|
||
/nix/store/igy281mahis4jlc2igx99sbgmpnlgl2y-clang-wrapper-17.0.6/resource-root/include | ||
/nix/store/p8h8p3ybvhd0j4yanmyr5ypzgqwg6z2n-glibc-2.38-44-dev/include | ||
/nix/store/igy281mahis4jlc2igx99sbgmpnlgl2y-clang-wrapper-17.0.6/resource-root/share | ||
/nix/store/n0h6pfvk0i85bv93931ic5sx39hssysq-libcxx-17.0.6-dev/include/c++/v1 | ||
/nix/store/7v16n13r9vgiwnwj23qz56npg63mgy4l-libcxxabi-17.0.6-dev/include/c++/v1 | ||
/nix/store/cpi0yf4yzc3sbzp9811r2m2kq4x5r505-clang-wrapper-17.0.6/resource-root/include | ||
/nix/store/gzxqm8dyfirbysqjhh78ivam62ll0m87-glibc-2.39-5-dev/include | ||
/nix/store/cpi0yf4yzc3sbzp9811r2m2kq4x5r505-clang-wrapper-17.0.6/resource-root/share | ||
/nix/store/2f8iy8mibi3iiia3hc0n5js7q3qgn507-libcxx-17.0.6-dev/include/c++/v1 | ||
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.