File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ build:remote --remote_timeout=7200
1717build --repo_env=BAZEL_LLVM_PATH=/usr/lib/llvm
1818build:linux --config=clang
1919
20- # put /usr/local/bin before /usr/bin to avoid picking up wrong python3.6 when building envoy.tls.key_providers.cryptomb
21- build:linux --action_env=PATH=/usr/lib/llvm/bin:/usr/local/bin:/bin:/usr/bin
22-
2320# Need for CI image to pickup docker-credential-gcloud, PATH is fixed in rbe-toolchain-* configs.
2421build:remote-ci --action_env=PATH=/usr/local/google-cloud-sdk/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/llvm/bin
2522
@@ -51,9 +48,6 @@ build:debug -c dbg
5148build --cxxopt -Wformat
5249build --cxxopt -Wformat-security
5350
54- build:clang --host_action_env=CC=
55- build:clang --host_action_env=CXX=
56-
5751# CI sanitizer configuration
5852#
5953build:clang-asan-ci --config=asan
Original file line number Diff line number Diff line change @@ -81,3 +81,7 @@ envoy_repo()
8181load ("@envoy//bazel:toolchains.bzl" , "envoy_toolchains" )
8282
8383envoy_toolchains ()
84+
85+ load ("@llvm_toolchain//:toolchains.bzl" , "llvm_register_toolchains" )
86+
87+ llvm_register_toolchains ()
You can’t perform that action at this time.
0 commit comments