File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2222# 1. Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/$COMMIT.tar.gz && sha256sum $COMMIT.tar.gz`
2323# 2. Update .bazelversion, envoy.bazelrc and .bazelrc if needed.
2424#
25- # Commit date: 2025-11-22
26- ENVOY_SHA = "2f17c73b8ab4176d19627cc154a33b34bc6667a2 "
25+ # Commit date: 2025-11-23
26+ ENVOY_SHA = "ef11621707f1118596051f267b9539ebc67feb38 "
2727
28- ENVOY_SHA256 = "27c7d28cfac049854394f092c84b62be7fdb3ed2b292b9d552c05ade922ac29b "
28+ ENVOY_SHA256 = "30e6861ac94c8dc93657b534217f252a9e2e3c5ea290ce39296e9cb2b581645c "
2929
3030ENVOY_ORG = "envoyproxy"
3131
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ common:clang-common --action_env=BAZEL_COMPILER=clang
117117common:clang-common --linkopt=-fuse-ld=lld
118118common:clang-common --action_env=CC=clang --host_action_env=CC=clang
119119common:clang-common --action_env=CXX=clang++ --host_action_env=CXX=clang++
120- common:clang-common --incompatible_enable_cc_toolchain_resolution=false
121120
122121# Clang with libc++ (default)
123122common:clang --config=clang-common
@@ -141,7 +140,6 @@ build:gcc --copt=-Wno-error=uninitialized
141140build:gcc --cxxopt=-Wno-missing-requires
142141build:gcc --cxxopt=-Wno-dangling-reference
143142build:gcc --cxxopt=-Wno-nonnull-compare
144- build:gcc --incompatible_enable_cc_toolchain_resolution=false
145143build:gcc --linkopt=-fuse-ld=gold --host_linkopt=-fuse-ld=gold
146144
147145# libc++ default for clang
@@ -387,7 +385,6 @@ build:sizeopt -c opt --copt -Os
387385
388386# Remote execution: https://docs.bazel.build/versions/master/remote-execution.html
389387build:rbe-toolchain --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
390- build:rbe-toolchain --incompatible_enable_cc_toolchain_resolution=false
391388
392389build:rbe-toolchain-clang --config=rbe-toolchain
393390build:rbe-toolchain-clang --config=clang
You can’t perform that action at this time.
0 commit comments