We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f5142 commit 4219e72Copy full SHA for 4219e72
ci/linux-presubmit.sh
@@ -72,6 +72,7 @@ time docker run \
72
--workdir="/src" \
73
--rm \
74
--env="CC=/usr/local/bin/gcc" \
75
+ --env="BAZEL_CXXOPTS=-std=c++14" \
76
${LINUX_GCC_FLOOR_CONTAINER} \
77
/usr/local/bin/bazel test ... \
78
--copt="-Wall" \
0 commit comments