From 24cfbf4b981a76e46cab47650ef514835990b72e Mon Sep 17 00:00:00 2001 From: Brad Burlage Date: Fri, 24 Jan 2020 11:44:31 -0800 Subject: Fix corpus_name to match our ingestion config[1]. PiperOrigin-RevId: 291412676 --- kokoro/kythe/generate_xrefs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kokoro/kythe') 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}" \ -- cgit v1.2.3