0
0
mirror of https://github.com/google/googletest.git synced 2025-04-02 19:08:12 +00:00

Remove the Bazel provided default cxxopt -std=c++0x and replace it

with -std=c++14 when testing with GCC 5.

PiperOrigin-RevId: 458502826
Change-Id: I83637a222b5c0a54e55d93ce7fdbc878af27b250
This commit is contained in:
Derek Mauro 2022-07-01 10:53:18 -07:00 committed by Copybara-Service
parent 96f51426e4
commit 4219e7254c

View File

@ -72,6 +72,7 @@ time docker run \
--workdir="/src" \
--rm \
--env="CC=/usr/local/bin/gcc" \
--env="BAZEL_CXXOPTS=-std=c++14" \
${LINUX_GCC_FLOOR_CONTAINER} \
/usr/local/bin/bazel test ... \
--copt="-Wall" \