@@ -19,55 +19,55 @@ jobs:
1919 config : [default]
2020 # Then we include any extra configs we want to test for specific VMs.
2121 include :
22- - { target: ubuntu-20.04, config: valgrind-1 }
23- - { target: ubuntu-20.04, config: valgrind-2 }
24- - { target: ubuntu-20.04, config: valgrind-3 }
25- - { target: ubuntu-20.04, config: valgrind-4 }
26- - { target: ubuntu-20.04, config: valgrind-5 }
27- - { target: ubuntu-20.04, config: c89 }
28- - { target: ubuntu-20.04, config: clang-6.0 }
29- - { target: ubuntu-20.04, config: clang-8 }
30- - { target: ubuntu-20.04, config: clang-9 }
31- - { target: ubuntu-20.04, config: clang-10 }
32- - { target: ubuntu-20.04, config: clang-11 }
33- - { target: ubuntu-20.04, config: clang-12-Werror }
34- - { target: ubuntu-20.04, config: clang-sanitize-address }
35- - { target: ubuntu-20.04, config: clang-sanitize-undefined }
36- - { target: ubuntu-20.04, config: gcc-sanitize-address }
37- - { target: ubuntu-20.04, config: gcc-sanitize-undefined }
38- - { target: ubuntu-20.04, config: gcc-7 }
39- - { target: ubuntu-20.04, config: gcc-8 }
40- - { target: ubuntu-20.04, config: gcc-10 }
41- - { target: ubuntu-20.04, config: gcc-11-Werror }
42- - { target: ubuntu-20.04, config: pam }
43- - { target: ubuntu-20.04, config: kitchensink }
22+ # - { target: ubuntu-20.04, config: valgrind-1 }
23+ # - { target: ubuntu-20.04, config: valgrind-2 }
24+ # - { target: ubuntu-20.04, config: valgrind-3 }
25+ # - { target: ubuntu-20.04, config: valgrind-4 }
26+ # - { target: ubuntu-20.04, config: valgrind-5 }
27+ # - { target: ubuntu-20.04, config: c89 }
28+ # - { target: ubuntu-20.04, config: clang-6.0 }
29+ # - { target: ubuntu-20.04, config: clang-8 }
30+ # - { target: ubuntu-20.04, config: clang-9 }
31+ # - { target: ubuntu-20.04, config: clang-10 }
32+ # - { target: ubuntu-20.04, config: clang-11 }
33+ # - { target: ubuntu-20.04, config: clang-12-Werror }
34+ # - { target: ubuntu-20.04, config: clang-sanitize-address }
35+ # - { target: ubuntu-20.04, config: clang-sanitize-undefined }
36+ # - { target: ubuntu-20.04, config: gcc-sanitize-address }
37+ # - { target: ubuntu-20.04, config: gcc-sanitize-undefined }
38+ # - { target: ubuntu-20.04, config: gcc-7 }
39+ # - { target: ubuntu-20.04, config: gcc-8 }
40+ # - { target: ubuntu-20.04, config: gcc-10 }
41+ # - { target: ubuntu-20.04, config: gcc-11-Werror }
42+ # - { target: ubuntu-20.04, config: pam }
43+ # - { target: ubuntu-20.04, config: kitchensink }
4444 - { target: ubuntu-22.04, config: hardenedmalloc }
45- - { target: ubuntu-20.04, config: tcmalloc }
46- - { target: ubuntu-latest, config: openssl-master }
47- - { target: ubuntu-latest, config: openssl-noec }
48- - { target: ubuntu-latest, config: openssl-1.1.0h }
49- - { target: ubuntu-latest, config: openssl-1.1.1 }
50- - { target: ubuntu-latest, config: openssl-1.1.1k }
51- - { target: ubuntu-latest, config: openssl-1.1.1n }
52- - { target: ubuntu-latest, config: openssl-1.1.1q }
53- - { target: ubuntu-latest, config: openssl-1.1.1s }
54- - { target: ubuntu-latest, config: openssl-3.0.0 }
55- - { target: ubuntu-latest, config: openssl-3.0.5 }
56- - { target: ubuntu-latest, config: openssl-3.0.7 }
57- - { target: ubuntu-latest, config: openssl-1.1.1_stable }
58- - { target: ubuntu-latest, config: openssl-3.0 } # stable branch
45+ # - { target: ubuntu-20.04, config: tcmalloc }
46+ # - { target: ubuntu-latest, config: openssl-master }
47+ # - { target: ubuntu-latest, config: openssl-noec }
48+ # - { target: ubuntu-latest, config: openssl-1.1.0h }
49+ # - { target: ubuntu-latest, config: openssl-1.1.1 }
50+ # - { target: ubuntu-latest, config: openssl-1.1.1k }
51+ # - { target: ubuntu-latest, config: openssl-1.1.1n }
52+ # - { target: ubuntu-latest, config: openssl-1.1.1q }
53+ # - { target: ubuntu-latest, config: openssl-1.1.1s }
54+ # - { target: ubuntu-latest, config: openssl-3.0.0 }
55+ # - { target: ubuntu-latest, config: openssl-3.0.5 }
56+ # - { target: ubuntu-latest, config: openssl-3.0.7 }
57+ # - { target: ubuntu-latest, config: openssl-1.1.1_stable }
58+ # - { target: ubuntu-latest, config: openssl-3.0 } # stable branch
5959 - { target: ubuntu-latest, config: libressl-3.7.0 }
60- - { target: ubuntu-22.04, config: pam }
61- - { target: ubuntu-22.04, config: krb5 }
62- - { target: ubuntu-22.04, config: heimdal }
63- - { target: ubuntu-22.04, config: libedit }
64- - { target: ubuntu-22.04, config: sk }
65- - { target: ubuntu-22.04, config: selinux }
66- - { target: ubuntu-22.04, config: kitchensink }
67- - { target: ubuntu-22.04, config: without-openssl }
68- - { target: macos-11, config: pam }
69- - { target: macos-12, config: pam }
70- - { target: macos-13, config: pam }
60+ # - { target: ubuntu-22.04, config: pam }
61+ # - { target: ubuntu-22.04, config: krb5 }
62+ # - { target: ubuntu-22.04, config: heimdal }
63+ # - { target: ubuntu-22.04, config: libedit }
64+ # - { target: ubuntu-22.04, config: sk }
65+ # - { target: ubuntu-22.04, config: selinux }
66+ # - { target: ubuntu-22.04, config: kitchensink }
67+ # - { target: ubuntu-22.04, config: without-openssl }
68+ # - { target: macos-11, config: pam }
69+ # - { target: macos-12, config: pam }
70+ # - { target: macos-13, config: pam }
7171 runs-on : ${{ matrix.target }}
7272 steps :
7373 - uses : actions/checkout@main
0 commit comments