-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 Initialize move to new infrastructure
- Loading branch information
1 parent
0c90c3d
commit 6160ad1
Showing
5 changed files
with
31 additions
and
173 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
# Upstream LLVM/Clang requires C++17. This will only configure rules_cc. | ||
build --repo_env=BAZEL_CXXOPTS='-std=c++17:-O3' | ||
run --repo_env=BAZEL_CXXOPTS='-std=c++17:-O3' | ||
common --repo_env=BAZEL_CXXOPTS='-std=c++17:-O3' | ||
|
||
# Separate the toolchain from regular code. This will put execution artifacts | ||
# into bazel-out/ll_linux_exec_platform-opt-exec-<hash>. | ||
build --experimental_platform_in_output_dir | ||
run --experimental_platform_in_output_dir | ||
common --experimental_platform_in_output_dir | ||
|
||
# We require bzlmod. | ||
build --experimental_enable_bzlmod | ||
run --experimental_enable_bzlmod | ||
common --experimental_enable_bzlmod | ||
|
||
# We use a custom registry. | ||
build --registry=https://raw.githubusercontent.com/eomii/bazel-eomii-registry/main/ | ||
run --registry=https://raw.githubusercontent.com/eomii/bazel-eomii-registry/main/ | ||
common --registry=https://raw.githubusercontent.com/eomii/bazel-eoii-registry/llvm-project-overlay/ | ||
|
||
# Hash diff (baseline config, transition config) in bazel-out directory names. | ||
build --experimental_output_directory_naming_scheme=diff_against_baseline | ||
run --experimental_output_directory_naming_scheme=diff_against_baseline | ||
|
||
# Exec configuration handled by experimental_output_directory_layout. | ||
build --experimental_exec_configuration_distinguisher=off | ||
run --experimental_exec_configuration_distinguisher=off | ||
# We need temporarily unresolved symlinks for CUDA. | ||
common --experimental_allow_unresolved_symlinks |
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 +1 @@ | ||
6.0.0-pre.20220909.2 | ||
5.3.2 |
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 was deleted.
Oops, something went wrong.