File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ load("@hedron_compile_commands//:workspace_setup_transitive_transitive_transitiv
2626
2727hedron_compile_commands_setup_transitive_transitive_transitive ()
2828
29- envoy_version = "dc2d3098ae5641555f15c71d5bb5ce0060a8015c "
29+ envoy_version = "ddabe691e1aaa74b848d0782dab9dbea3b280319 "
3030
3131openssh_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)
Original file line number Diff line number Diff line change @@ -589,6 +589,12 @@ common:debug --config=debug-sandbox
589589common:debug --config=debug-coverage
590590common: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+
592598try-import %workspace%/repo.bazelrc
593599try-import %workspace%/clang.bazelrc
594600try-import %workspace%/user.bazelrc
You can’t perform that action at this time.
0 commit comments