Skip to content

Commit 9092bfc

Browse files
authored
[envoy] Update the internal workspace file to include toolchains (#14328)
The Envoy fuzzers are currently broken with the following error: ``` ERROR: [0m/root/.cache/bazel/_bazel_root/4e9824db8e7d11820cfa25090ed4ed10/external/rules_fuzzing/fuzzing/tools/BUILD:32:10: While resolving toolchains for target @@rules_fuzzing//fuzzing/tools:make_corpus_dir (a2cc2bf): invalid registered toolchain '@envoy//bazel/rbe/toolchains/configs/linux/clang/config:cc-toolchain-arm64': error loading package 'bazel/rbe/toolchains/configs/linux/clang/config': Unable to find package for @@envoy_repo//:containers.bzl: The repository '@@envoy_repo' could not be resolved: Repository '@@envoy_repo' is not defined. ``` This update is inspired by the changes in envoyproxy/envoy@c175fac.
1 parent d286644 commit 9092bfc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/envoy/WORKSPACE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ envoy_python_dependencies()
2727
load("//bazel:dependency_imports.bzl", "envoy_dependency_imports")
2828

2929
envoy_dependency_imports()
30+
31+
load("//bazel:repo.bzl", "envoy_repo")
32+
33+
envoy_repo()
34+
35+
load("//bazel:toolchains.bzl", "envoy_toolchains")
36+
37+
envoy_toolchains()

0 commit comments

Comments
 (0)