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
This commit is contained in:
Brad Burlage
2020-01-23 14:14:24 -08:00
committed by gVisor bot
parent 7a79715504
commit 14d2ed1ad7
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ bazel_setting {
action {
define_artifacts {
regex: "*.kzip"
regex: "**/*.kzip"
fail_if_no_artifacts: true
}
}
+1
View File
@@ -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 \