File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build:remote --remote_timeout=7200
1414# ========================================
1515
1616# Enable libc++ and C++20 by default.
17- build --repo_env=BAZEL_LLVM_PATH=/usr/lib/llvm
17+ # build --repo_env=BAZEL_LLVM_PATH=/usr/lib/llvm
1818build:linux --config=clang
1919
2020# put /usr/local/bin before /usr/bin to avoid picking up wrong python3.6 when building envoy.tls.key_providers.cryptomb
@@ -51,8 +51,8 @@ build:debug -c dbg
5151build --cxxopt -Wformat
5252build --cxxopt -Wformat-security
5353
54- build:clang --host_action_env=CC=
55- build:clang --host_action_env=CXX=
54+ # build:clang --host_action_env=CC=
55+ # build:clang --host_action_env=CXX=
5656
5757# CI sanitizer configuration
5858#
Original file line number Diff line number Diff line change @@ -81,3 +81,8 @@ 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 ()
88+
You can’t perform that action at this time.
0 commit comments