@@ -19,56 +19,57 @@ 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
59- - { target: ubuntu-latest, config: libressl-3.7.1 }
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
59+ - { target: ubuntu-latest, config: libressl-3.7.1 }
6060 - { target: ubuntu-latest, config: libressl-3.8.0 }
61- # - { target: ubuntu-22.04, config: pam }
62- # - { target: ubuntu-22.04, config: krb5 }
63- # - { target: ubuntu-22.04, config: heimdal }
64- # - { target: ubuntu-22.04, config: libedit }
65- # - { target: ubuntu-22.04, config: sk }
66- # - { target: ubuntu-22.04, config: selinux }
67- # - { target: ubuntu-22.04, config: kitchensink }
68- # - { target: ubuntu-22.04, config: without-openssl }
69- # - { target: macos-11, config: pam }
70- # - { target: macos-12, config: pam }
71- # - { target: macos-13, config: pam }
61+ - { target: ubuntu-latest, config: libressl-3.7.0 }
62+ - { target: ubuntu-22.04, config: pam }
63+ - { target: ubuntu-22.04, config: krb5 }
64+ - { target: ubuntu-22.04, config: heimdal }
65+ - { target: ubuntu-22.04, config: libedit }
66+ - { target: ubuntu-22.04, config: sk }
67+ - { target: ubuntu-22.04, config: selinux }
68+ - { target: ubuntu-22.04, config: kitchensink }
69+ - { target: ubuntu-22.04, config: without-openssl }
70+ - { target: macos-11, config: pam }
71+ - { target: macos-12, config: pam }
72+ - { target: macos-13, config: pam }
7273 runs-on: ${{ matrix.target }}
7374 steps:
7475 - uses: actions/checkout@main
0 commit comments