Skip to content

Commit 28e9de1

Browse files
authored
update to Envoy 1.36.3 (#141)
1 parent 51bf1e5 commit 28e9de1

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 = "dc2d3098ae5641555f15c71d5bb5ce0060a8015c"
29+
envoy_version = "ddabe691e1aaa74b848d0782dab9dbea3b280319"
3030

3131
openssh_version = "V_10_0_P2"
3232

@@ -57,7 +57,7 @@ http_archive(
5757
"//patches/envoy:tmp-envoy-41815.patch",
5858
"//patches/envoy:tmp-transport-socket-options.patch",
5959
],
60-
sha256 = "464cdccbf225ea87e9325a2ce2c2b3c852104c48e81f68928d7fe9caa19e40c1",
60+
sha256 = "ae4200baadd34c4c8e1a0f688551b4b9cc9cb7b68b4ba07c9d29eaa63ac16b2d",
6161
strip_prefix = "envoy-" + envoy_version,
6262
url = "https://github.com/envoyproxy/envoy/archive/" + envoy_version + ".zip",
6363
)

envoy.bazelrc

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

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

0 commit comments

Comments
 (0)