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
This commit is contained in:
Brad Burlage 2019-12-11 13:52:48 -08:00 committed by gVisor bot
parent 481dbfa5ab
commit e690651c67
1 changed files with 1 additions and 0 deletions

View File

@ -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 \