Skip to content

Commit 8605cab

Browse files
committed
fix envoy build
1 parent 91ff82d commit 8605cab

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ build:remote --remote_timeout=7200
1414
# ========================================
1515

1616
# Enable libc++ and C++20 by default.
17-
build:linux --config=clang-local
17+
build --repo_env=BAZEL_LLVM_PATH=/usr/lib/llvm
18+
build:linux --config=clang
1819

1920
# put /usr/local/bin before /usr/bin to avoid picking up wrong python3.6 when building envoy.tls.key_providers.cryptomb
2021
build:linux --action_env=PATH=/usr/lib/llvm/bin:/usr/local/bin:/bin:/usr/bin

WORKSPACE

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ load("@envoy//bazel:python_dependencies.bzl", "envoy_python_dependencies")
7070

7171
envoy_python_dependencies()
7272

73-
load("@base_pip3//:requirements.bzl", "install_deps")
74-
75-
install_deps()
76-
7773
load("@envoy//bazel:dependency_imports.bzl", "envoy_dependency_imports")
7874

7975
envoy_dependency_imports()

0 commit comments

Comments
 (0)