Fix corpus_name to match our ingestion config[1].

PiperOrigin-RevId: 291412676
This commit is contained in:
Brad Burlage
2020-01-24 11:45:44 -08:00
committed by gVisor bot
parent 3db317390b
commit 24cfbf4b98
+1 -3
View File
@@ -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}" \