From 7383976083bfd66f6bb5c4d4a288111b81731c70 Mon Sep 17 00:00:00 2001 From: ccalvarin Date: Fri, 23 Mar 2018 15:35:00 -0700 Subject: Fold in warning and error output into client logging. To replace blaze_util::die and blaze_util::pdie as well, FATAL statements need to accept blaze exit codes. RELNOTES: None. PiperOrigin-RevId: 190285798 --- WORKSPACE | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index cdf502da2d..644cb899ee 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -141,6 +141,8 @@ http_archive( sha256 = "62797e7cd7cc959419710cd25b075b5f5b247da0e8214d47bf5af9b32128fb0d", ) +# We're pinning to a commit because this project does not have a recent release. +# Nothing special about this commit, though. http_archive( name = "com_google_googletest", urls = [ -- cgit v1.2.3