From 14d2ed1ad7785a54b35ef7ee949d3cf89a87e66d Mon Sep 17 00:00:00 2001 From: Brad Burlage Date: Thu, 23 Jan 2020 14:12:40 -0800 Subject: Fix kythe build. * Pass --auth_credentials now that we're using RBE * Fix kzips not being uploaded to the root of the GCS bucket PiperOrigin-RevId: 291241757 --- kokoro/kythe/generate_xrefs.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'kokoro/kythe/generate_xrefs.sh') diff --git a/kokoro/kythe/generate_xrefs.sh b/kokoro/kythe/generate_xrefs.sh index d2ca95c68..4c104afdb 100644 --- a/kokoro/kythe/generate_xrefs.sh +++ b/kokoro/kythe/generate_xrefs.sh @@ -48,6 +48,7 @@ bazel \ --define=kythe_corpus=gvisor.dev \ --cxxopt=-std=c++17 \ --config=remote \ + --auth_credentials="${KOKORO_BAZEL_AUTH_CREDENTIAL}" \ //... "${KYTHE_DIR}/tools/kzip" merge \ -- cgit v1.2.3