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 = "0d240c4b0f5b5db91ef14b1bf424520144b1a75d "
29+ envoy_version = "607aaa985080750ae29ac9f6e49a31a5445d28f4 "
3030
3131openssh_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)
Original file line number Diff line number Diff line change @@ -588,6 +588,12 @@ common:debug --config=debug-sandbox
588588common:debug --config=debug-coverage
589589common: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+
591597try-import %workspace%/repo.bazelrc
592598try-import %workspace%/clang.bazelrc
593599try-import %workspace%/user.bazelrc
You can’t perform that action at this time.
0 commit comments