Skip to content

Commit 786a698

Browse files
committed
more
1 parent 4a5e75f commit 786a698

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.bazelrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ build:remote --remote_timeout=7200
1717
build --repo_env=BAZEL_LLVM_PATH=/usr/lib/llvm
1818
build: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.
2421
build: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
5148
build --cxxopt -Wformat
5249
build --cxxopt -Wformat-security
5350

54-
build:clang --host_action_env=CC=
55-
build:clang --host_action_env=CXX=
56-
5751
# CI sanitizer configuration
5852
#
5953
build:clang-asan-ci --config=asan

WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ envoy_repo()
8181
load("@envoy//bazel:toolchains.bzl", "envoy_toolchains")
8282

8383
envoy_toolchains()
84+
85+
load("@llvm_toolchain//:toolchains.bzl", "llvm_register_toolchains")
86+
87+
llvm_register_toolchains()

0 commit comments

Comments
 (0)