Skip to content

Commit 40ef038

Browse files
authored
Comment out C++11 bazel test steps
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 936d1dc commit 40ef038

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 //...

0 commit comments

Comments
 (0)