diff options
author | Brad Burlage <brb@google.com> | 2020-01-23 10:58:18 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-23 11:01:38 -0800 |
commit | 98e83c444fa58669d45ecf162cf4bf48dce790d1 (patch) | |
tree | 99ba663a586576133be1e8b662318a6978b00914 /kokoro | |
parent | 04e3d56db1d8dee9f4fae51718dbef33559c4101 (diff) |
Try running kythe build on RBE.
Also add our RBE project/instance to the --config=remote defaults.
PiperOrigin-RevId: 291201426
Diffstat (limited to 'kokoro')
-rw-r--r-- | kokoro/kythe/generate_xrefs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kokoro/kythe/generate_xrefs.sh b/kokoro/kythe/generate_xrefs.sh index 799467a34..d2ca95c68 100644 --- a/kokoro/kythe/generate_xrefs.sh +++ b/kokoro/kythe/generate_xrefs.sh @@ -25,7 +25,7 @@ bazel version python3 -V -readonly KYTHE_VERSION='v0.0.37' +readonly KYTHE_VERSION='v0.0.39' readonly WORKDIR="$(mktemp -d)" readonly KYTHE_DIR="${WORKDIR}/kythe-${KYTHE_VERSION}" if [[ -n "$KOKORO_GIT_COMMIT" ]]; then @@ -47,6 +47,7 @@ bazel \ --override_repository kythe_release="${KYTHE_DIR}" \ --define=kythe_corpus=gvisor.dev \ --cxxopt=-std=c++17 \ + --config=remote \ //... "${KYTHE_DIR}/tools/kzip" merge \ |