From e690651c67d38c2bd8532ddabd2967ebeef58c7e Mon Sep 17 00:00:00 2001 From: Brad Burlage Date: Wed, 11 Dec 2019 13:52:48 -0800 Subject: Run kythe build with -std=c++17 We seem to be getting some compiler errors when using the Kythe extractors.bazelrc. I'm not able to reproduce this on my local machine, so I'm hoping copying the cxxopt from gvisor.dev/pr/1350 will fix the build. PiperOrigin-RevId: 285054258 --- kokoro/kythe/generate_xrefs.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'kokoro') diff --git a/kokoro/kythe/generate_xrefs.sh b/kokoro/kythe/generate_xrefs.sh index 49186eeeb..799467a34 100644 --- a/kokoro/kythe/generate_xrefs.sh +++ b/kokoro/kythe/generate_xrefs.sh @@ -46,6 +46,7 @@ bazel \ build \ --override_repository kythe_release="${KYTHE_DIR}" \ --define=kythe_corpus=gvisor.dev \ + --cxxopt=-std=c++17 \ //... "${KYTHE_DIR}/tools/kzip" merge \ -- cgit v1.2.3