From 1cbe62a09b37f2db76e11ebb18fb46616076ef87 Mon Sep 17 00:00:00 2001 From: ccalvarin Date: Mon, 14 Aug 2017 21:09:07 +0200 Subject: Send Bazel startup options to server. Send the startup options tagged with their origin so that the server has correct information about the command line as the client received it. Removes the unconditional stderr printing of all bazelrc startup options in the bazel client. Instead, the startup options are sent to the server and the same informational printing is gated on the --announce_rc option. This avoids unconditional log spam to stderr early in startup. If the server is unreachable or there are errors parsing startup options, the message is still printed to stderr. Fixes https://github.com/bazelbuild/bazel/issues/2530. RELNOTES: --announce_rc now controls whether bazelrc startup options are printed to stderr. PiperOrigin-RevId: 165211007 --- WORKSPACE | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index a86ba4e6b4..e9665ae9a2 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -119,3 +119,12 @@ http_archive( strip_prefix = "bazel-toolchains-bccee4855c049d34bac481083b4c68e2fab8cc50", sha256 = "3903fd93b96b42067e00b7973a2c16c34e761ad7a0b55e1557d408f352849e41", ) + +http_archive( + name = "com_googlesource_code_re2", + urls = [ + "https://github.com/google/re2/archive/2017-08-01.tar.gz", + ], + strip_prefix = "re2-2017-08-01", + sha256 = "938723dc197125392698c5fcf41acb74877866ff140b81fd50b7314bf26f1636", +) -- cgit v1.2.3