Skip to content

Commit a1164dd

Browse files
authored
update to Envoy 1.35.7 (#140)
1 parent d1a9cab commit a1164dd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ load("@hedron_compile_commands//:workspace_setup_transitive_transitive_transitiv
2626

2727
hedron_compile_commands_setup_transitive_transitive_transitive()
2828

29-
envoy_version = "0d240c4b0f5b5db91ef14b1bf424520144b1a75d"
29+
envoy_version = "607aaa985080750ae29ac9f6e49a31a5445d28f4"
3030

3131
openssh_version = "V_10_0_P2"
3232

@@ -55,7 +55,7 @@ http_archive(
5555
"//patches/envoy:tmp-fix-upstream-connection-callbacks.patch",
5656
"//patches/envoy:tmp-transport-socket-options.patch",
5757
],
58-
sha256 = "06ace265accf56d12c1ce997846792a9eeb823ec2721c2c9721c370115d64ec9",
58+
sha256 = "5e4730e46a178ba1aefc133cac2ad1efe7423202e87c9db0758d18e740ff1ab2",
5959
strip_prefix = "envoy-" + envoy_version,
6060
url = "https://github.com/envoyproxy/envoy/archive/" + envoy_version + ".zip",
6161
)

envoy.bazelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,12 @@ common:debug --config=debug-sandbox
588588
common:debug --config=debug-coverage
589589
common:debug --config=debug-tests
590590

591+
#############################################################################
592+
# compat: Compatibility with main branch repo settings
593+
#############################################################################
594+
common:bes --config=bes-envoy-engflow
595+
common:rbe --config=remote-envoy-engflow
596+
591597
try-import %workspace%/repo.bazelrc
592598
try-import %workspace%/clang.bazelrc
593599
try-import %workspace%/user.bazelrc

0 commit comments

Comments
 (0)