mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -23,6 +23,7 @@ bazel_setting {
|
||||
|
||||
action {
|
||||
define_artifacts {
|
||||
regex: "*.kzip"
|
||||
regex: "**/*.kzip"
|
||||
fail_if_no_artifacts: true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user