Skip to content

Commit 04b3f67

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

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-01-31
26+
ENVOY_SHA = "f683f26a6bed9dad7bcd917f9236fc454769d80d"
2727

28-
ENVOY_SHA256 = "6379a533ebb42db7f51a46c7100577a3087c3c0ea07e03d90041eceb16072ba6"
28+
ENVOY_SHA256 = "a5fa9da48b9b59facda4c792a21814c12a267e92af1dff8bf3ca3af6e6cfcab5"
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)