Skip to content

Commit

Permalink
Automator: update envoy@ in istio/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing committed Feb 12, 2025
1 parent 7d7fff1 commit 3437a20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.5.0
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# 1. Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/$COMMIT.tar.gz && sha256sum $COMMIT.tar.gz`
# 2. Update .bazelversion, envoy.bazelrc and .bazelrc if needed.
#
# Commit date: 2025-01-22
ENVOY_SHA = "10d38a8f6a2ce1be491ce6064589a6acc5c1673f"
# Commit date: 2025-02-11
ENVOY_SHA = "85f9080b1861815325993a5eb2909ed2978d1b57"

ENVOY_SHA256 = "6379a533ebb42db7f51a46c7100577a3087c3c0ea07e03d90041eceb16072ba6"
ENVOY_SHA256 = "763412eb3d070aab3d3b76161c519216b50c3e26ea27565afec883b880ba8849"

ENVOY_ORG = "envoyproxy"

Expand Down
2 changes: 2 additions & 0 deletions envoy.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ build --define envoy_mobile_listener=enabled
build --experimental_repository_downloader_retries=2
build --enable_platform_specific_config
build --incompatible_merge_fixed_and_default_shell_env
# A workaround for slow ICU download.
build --http_timeout_scaling=6.0

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

0 comments on commit 3437a20

Please sign in to comment.