Skip to content

Commit 6f5e5f9

Browse files
Automator: update envoy@ in istio/proxy@master (#6709)
1 parent 225f1d9 commit 6f5e5f9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.2
1+
7.7.1

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-27
26-
ENVOY_SHA = "57469de24a75381b2a5a337c6b300d2633438352"
25+
# Commit date: 2025-11-28
26+
ENVOY_SHA = "d23795f4c239087503da27c327448ef0132ca5fb"
2727

28-
ENVOY_SHA256 = "0fd6526ff532bc87981522c0f0ee44c7b5a515ad83d8bc8c437a8a46677e2c90"
28+
ENVOY_SHA256 = "d05a374cd739a706c8c5cc9e64b1a3444a7dff4468afe5cda5b831f18180a895"
2929

3030
ENVOY_ORG = "envoyproxy"
3131

envoy.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ build --cxxopt=-std=c++20 --host_cxxopt=-std=c++20
3939
build --copt=-Wno-deprecated-declarations
4040
build --define envoy_mobile_listener=enabled
4141
build --experimental_repository_downloader_retries=2
42+
build --experimental_cc_static_library
4243
build --enable_platform_specific_config
4344
build --incompatible_merge_fixed_and_default_shell_env
4445
# A workaround for slow ICU download.

0 commit comments

Comments
 (0)