Skip to content

Commit 66949b8

Browse files
committed
Automator: update envoy@ in istio/proxy@master
1 parent 660bd52 commit 66949b8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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-06
26-
ENVOY_SHA = "78cff0755120fdf87b5e06eb3cf7d283866a6d9b"
25+
# Commit date: 2025-11-11
26+
ENVOY_SHA = "8a169711edf696051c2b5079a93aac2e539dbfa3"
2727

28-
ENVOY_SHA256 = "80d7204651620631af127a02102e2f3263d47d435ef9a4b503ba37191adf2c5b"
28+
ENVOY_SHA256 = "f298727877a2972fef0d6a7550b1608ec818db3b12d96d06daf67e7238676936"
2929

3030
ENVOY_ORG = "envoyproxy"
3131

envoy.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Startup options cannot be selected via config.
1111
# TODO: Adding just to test android
1212
startup --host_jvm_args=-Xmx3g
13+
startup --host_jvm_args="-DBAZEL_TRACK_SOURCE_DIRECTORIES=1"
1314

1415
common --noenable_bzlmod
1516

@@ -90,6 +91,7 @@ build --@com_googlesource_googleurl//build_config:system_icu=0
9091
# Common flags for sanitizers
9192
build:sanitizer --define tcmalloc=disabled
9293
build:sanitizer --linkopt -ldl
94+
test:sanitizer --build_tests_only
9395

9496
# Common flags for Clang (shared between all clang variants)
9597
build:clang-common --action_env=BAZEL_COMPILER=clang

0 commit comments

Comments
 (0)