File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 - run : |
3131 echo "/opt/llvm/bin" >> $GITHUB_PATH
3232 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33- - name : Run bazel test with GCC c++11
34- run : |
35- bazel test --test_output=all --cxxopt=-std=c++0x //...
33+ # - name: Run bazel test with GCC c++11
34+ # run: |
35+ # bazel test --test_output=all --cxxopt=-std=c++0x //...
3636 - name : Run bazel test with GCC c++17
3737 run : |
3838 bazel test --test_output=all --cxxopt=-std=c++17 //...
39- - name : Run bazel test with CLANG c++11
40- run : |
41- bazel test --test_output=all -c dbg --config=clang --cxxopt=-std=c++0x //...
39+ # - name: Run bazel test with CLANG c++11
40+ # run: |
41+ # bazel test --test_output=all -c dbg --config=clang --cxxopt=-std=c++0x //...
4242 - name : Run bazel test with CLANG c++17
4343 run : |
4444 bazel test --test_output=all -c opt --config=clang --cxxopt=-std=c++17 //...
You can’t perform that action at this time.
0 commit comments