Skip to content

Commit 8c3774f

Browse files
Automator: update envoy@ in istio/proxy@master (#6702)
1 parent 88b8a43 commit 8c3774f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3030
ENVOY_ORG = "envoyproxy"
3131

envoy.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ common:clang-common --action_env=BAZEL_COMPILER=clang
117117
common:clang-common --linkopt=-fuse-ld=lld
118118
common:clang-common --action_env=CC=clang --host_action_env=CC=clang
119119
common: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)
123122
common:clang --config=clang-common
@@ -141,7 +140,6 @@ build:gcc --copt=-Wno-error=uninitialized
141140
build:gcc --cxxopt=-Wno-missing-requires
142141
build:gcc --cxxopt=-Wno-dangling-reference
143142
build:gcc --cxxopt=-Wno-nonnull-compare
144-
build:gcc --incompatible_enable_cc_toolchain_resolution=false
145143
build: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
389387
build:rbe-toolchain --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
390-
build:rbe-toolchain --incompatible_enable_cc_toolchain_resolution=false
391388

392389
build:rbe-toolchain-clang --config=rbe-toolchain
393390
build:rbe-toolchain-clang --config=clang

0 commit comments

Comments
 (0)