Skip to content

Commit bc4b3f6

Browse files
committed
prune gcc/clang versions to be tested
Test only the oldest and latest versions of each
1 parent 94b7375 commit bc4b3f6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/c-cpp.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,10 @@ jobs:
3333
- { target: ubuntu-22.04, config: c89 }
3434
- { target: ubuntu-22.04, config: clang-11 }
3535
- { target: ubuntu-22.04, config: clang-12-Werror }
36-
- { target: ubuntu-22.04, config: clang-13 }
3736
- { target: ubuntu-22.04, config: clang-14 }
38-
#- { target: ubuntu-22.04, config: clang-6.0 }
39-
#- { target: ubuntu-22.04, config: clang-8 }
40-
#- { target: ubuntu-22.04, config: clang-9 }
41-
#- { target: ubuntu-22.04, config: clang-10 }
4237
- { target: ubuntu-22.04, config: clang-sanitize-address }
4338
- { target: ubuntu-22.04, config: clang-sanitize-undefined }
44-
#- { target: ubuntu-22.04, config: gcc-7 }
45-
#- { target: ubuntu-22.04, config: gcc-8 }
4639
- { target: ubuntu-22.04, config: gcc-9 }
47-
- { target: ubuntu-22.04, config: gcc-10 }
4840
- { target: ubuntu-22.04, config: gcc-11-Werror }
4941
- { target: ubuntu-22.04, config: gcc-12-Werror }
5042
- { target: ubuntu-22.04, config: gcc-sanitize-address }
@@ -63,17 +55,8 @@ jobs:
6355
- { target: ubuntu-22.04, config: valgrind-4 }
6456
- { target: ubuntu-22.04, config: valgrind-unit }
6557
- { target: ubuntu-22.04, config: without-openssl }
66-
- { target: ubuntu-latest, config: gcc-9 }
67-
- { target: ubuntu-latest, config: gcc-10 }
68-
- { target: ubuntu-latest, config: gcc-11 }
69-
- { target: ubuntu-latest, config: gcc-12 }
70-
- { target: ubuntu-latest, config: gcc-13 }
7158
- { target: ubuntu-latest, config: gcc-14 }
72-
- { target: ubuntu-latest, config: clang-14 }
7359
- { target: ubuntu-latest, config: clang-15 }
74-
- { target: ubuntu-latest, config: clang-16 }
75-
- { target: ubuntu-latest, config: clang-17 }
76-
- { target: ubuntu-latest, config: clang-18 }
7760
- { target: ubuntu-latest, config: clang-19 }
7861
- { target: ubuntu-latest, config: boringssl }
7962
- { target: ubuntu-latest, config: aws-lc }

0 commit comments

Comments
 (0)