summaryrefslogtreecommitdiffhomepage
path: root/kokoro
diff options
context:
space:
mode:
authorBrad Burlage <brb@google.com>2020-01-24 11:44:31 -0800
committergVisor bot <gvisor-bot@google.com>2020-01-24 11:45:44 -0800
commit24cfbf4b981a76e46cab47650ef514835990b72e (patch)
tree79091c61126be74aa7916476993da7fa07e94224 /kokoro
parent3db317390b5cc491d680fc4a5fc7b8372890b4da (diff)
Fix corpus_name to match our ingestion config[1].
PiperOrigin-RevId: 291412676
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/kythe/generate_xrefs.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/kokoro/kythe/generate_xrefs.sh b/kokoro/kythe/generate_xrefs.sh
index 4c104afdb..7a0fbb3cd 100644
--- a/kokoro/kythe/generate_xrefs.sh
+++ b/kokoro/kythe/generate_xrefs.sh
@@ -16,8 +16,6 @@
set -ex
-# Install the latest version of Bazel. The default on Kokoro images is out of
-# date.
if command -v use_bazel.sh >/dev/null; then
use_bazel.sh latest
fi
@@ -45,7 +43,7 @@ bazel \
--bazelrc="${KYTHE_DIR}/extractors.bazelrc" \
build \
--override_repository kythe_release="${KYTHE_DIR}" \
- --define=kythe_corpus=gvisor.dev \
+ --define=kythe_corpus=github.com/google/gvisor \
--cxxopt=-std=c++17 \
--config=remote \
--auth_credentials="${KOKORO_BAZEL_AUTH_CREDENTIAL}" \