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.
Achieve perfect reproducibility for dev setups
This commit changes the default C++ toolchain to the custom nix-backed clang toolchain. - Update custom stdenv to use Clang/LLVM 18 - Regenerate LRE toolchains. - Remove obsolete zig_cc toolchain - Expand LRE CI to build C++ parts of NativeLink remotely in K8s and the rest of rules_rust locally. Fixes TraceMachina#694 Closes TraceMachina#477
- Loading branch information
1 parent
f79b59b
commit 6bf164a
Showing
20 changed files
with
2,869 additions
and
2,863 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"ABI_LIBC_VERSION": "glibc_2.35", | ||
"BAZEL_TARGET_LIBC": "glibc_2.35", | ||
"ABI_LIBC_VERSION": "glibc_2.39", | ||
"BAZEL_TARGET_LIBC": "glibc_2.39", | ||
"BAZEL_HOST_SYSTEM": "x86_64-unknown-linux-gnu" | ||
} |
Oops, something went wrong.