Skip to content

Commit 10c2e99

Browse files
committed
Automator: update envoy@ in istio/proxy@master
1 parent 068793d commit 10c2e99

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.5.0

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-01-22
26-
ENVOY_SHA = "10d38a8f6a2ce1be491ce6064589a6acc5c1673f"
25+
# Commit date: 2025-02-01
26+
ENVOY_SHA = "9b0c0ba26210754d9cc6102a7aa9418399609ef5"
2727

28-
ENVOY_SHA256 = "6379a533ebb42db7f51a46c7100577a3087c3c0ea07e03d90041eceb16072ba6"
28+
ENVOY_SHA256 = "9a37e42f60b6df3edf53a13ebb90689f9e837c14652b49a8bf92880ce0d6a876"
2929

3030
ENVOY_ORG = "envoyproxy"
3131

envoy.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ build --define envoy_mobile_listener=enabled
2828
build --experimental_repository_downloader_retries=2
2929
build --enable_platform_specific_config
3030
build --incompatible_merge_fixed_and_default_shell_env
31+
# A workaround for slow ICU download.
32+
build --http_timeout_scaling=6.0
3133

3234
# Pass CC, CXX and LLVM_CONFIG variables from the environment.
3335
# We assume they have stable values, so this won't cause action cache misses.

0 commit comments

Comments
 (0)