diff options
author | Brad Burlage <brb@google.com> | 2020-01-24 11:44:31 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-24 11:45:44 -0800 |
commit | 24cfbf4b981a76e46cab47650ef514835990b72e (patch) | |
tree | 79091c61126be74aa7916476993da7fa07e94224 /kokoro | |
parent | 3db317390b5cc491d680fc4a5fc7b8372890b4da (diff) |
Fix corpus_name to match our ingestion config[1].
PiperOrigin-RevId: 291412676
Diffstat (limited to 'kokoro')
-rw-r--r-- | kokoro/kythe/generate_xrefs.sh | 4 |
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}" \ |