Skip to content

Commit 2adf309

Browse files
committed
uncomment other CI checks
1 parent d7c8836 commit 2adf309

File tree

1 file changed

+85
-85
lines changed

1 file changed

+85
-85
lines changed

.github/workflows/c-cpp.yml

Lines changed: 85 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -16,96 +16,96 @@ jobs:
1616
# First we test all OSes in the default configuration.
1717
target:
1818
- ubuntu-20.04
19-
# - ubuntu-22.04
20-
# - macos-13
21-
# - macos-14
22-
# - macos-15
23-
# - windows-2019
24-
# - windows-2022
19+
- ubuntu-22.04
20+
- macos-13
21+
- macos-14
22+
- macos-15
23+
- windows-2019
24+
- windows-2022
2525
config: [default]
2626
# Then we include any extra configs we want to test for specific VMs.
2727
# Valgrind slows things down quite a bit, so start them first.
2828
include:
29-
# - { target: windows-2019, config: cygwin-release }
30-
# - { target: windows-2022, config: cygwin-release }
31-
# - { target: ubuntu-20.04, config: valgrind-1 }
32-
# - { target: ubuntu-20.04, config: valgrind-2 }
33-
# - { target: ubuntu-20.04, config: valgrind-3 }
34-
# - { target: ubuntu-20.04, config: valgrind-4 }
35-
# - { target: ubuntu-20.04, config: valgrind-unit }
36-
# - { target: ubuntu-20.04, config: c89 }
37-
# - { target: ubuntu-20.04, config: clang-6.0 }
38-
# - { target: ubuntu-20.04, config: clang-8 }
39-
# - { target: ubuntu-20.04, config: clang-9 }
40-
# - { target: ubuntu-20.04, config: clang-10 }
41-
# - { target: ubuntu-20.04, config: clang-11 }
42-
# - { target: ubuntu-20.04, config: clang-12-Werror }
43-
# - { target: ubuntu-20.04, config: clang-sanitize-address }
44-
# - { target: ubuntu-20.04, config: clang-sanitize-undefined }
45-
# - { target: ubuntu-20.04, config: gcc-sanitize-address }
46-
# - { target: ubuntu-20.04, config: gcc-sanitize-undefined }
47-
# - { target: ubuntu-20.04, config: gcc-7 }
48-
# - { target: ubuntu-20.04, config: gcc-8 }
49-
# - { target: ubuntu-20.04, config: gcc-10 }
50-
# - { target: ubuntu-22.04, config: gcc-11-Werror }
51-
# - { target: ubuntu-22.04, config: gcc-12-Werror }
52-
# - { target: ubuntu-20.04, config: pam }
53-
# - { target: ubuntu-20.04, config: kitchensink }
54-
# - { target: ubuntu-22.04, config: hardenedmalloc }
55-
# - { target: ubuntu-20.04, config: tcmalloc }
56-
# - { target: ubuntu-20.04, config: musl }
57-
# - { target: ubuntu-latest, config: boringssl }
29+
- { target: windows-2019, config: cygwin-release }
30+
- { target: windows-2022, config: cygwin-release }
31+
- { target: ubuntu-20.04, config: valgrind-1 }
32+
- { target: ubuntu-20.04, config: valgrind-2 }
33+
- { target: ubuntu-20.04, config: valgrind-3 }
34+
- { target: ubuntu-20.04, config: valgrind-4 }
35+
- { target: ubuntu-20.04, config: valgrind-unit }
36+
- { target: ubuntu-20.04, config: c89 }
37+
- { target: ubuntu-20.04, config: clang-6.0 }
38+
- { target: ubuntu-20.04, config: clang-8 }
39+
- { target: ubuntu-20.04, config: clang-9 }
40+
- { target: ubuntu-20.04, config: clang-10 }
41+
- { target: ubuntu-20.04, config: clang-11 }
42+
- { target: ubuntu-20.04, config: clang-12-Werror }
43+
- { target: ubuntu-20.04, config: clang-sanitize-address }
44+
- { target: ubuntu-20.04, config: clang-sanitize-undefined }
45+
- { target: ubuntu-20.04, config: gcc-sanitize-address }
46+
- { target: ubuntu-20.04, config: gcc-sanitize-undefined }
47+
- { target: ubuntu-20.04, config: gcc-7 }
48+
- { target: ubuntu-20.04, config: gcc-8 }
49+
- { target: ubuntu-20.04, config: gcc-10 }
50+
- { target: ubuntu-22.04, config: gcc-11-Werror }
51+
- { target: ubuntu-22.04, config: gcc-12-Werror }
52+
- { target: ubuntu-20.04, config: pam }
53+
- { target: ubuntu-20.04, config: kitchensink }
54+
- { target: ubuntu-22.04, config: hardenedmalloc }
55+
- { target: ubuntu-20.04, config: tcmalloc }
56+
- { target: ubuntu-20.04, config: musl }
57+
- { target: ubuntu-latest, config: boringssl }
5858
- { target: ubuntu-latest, config: aws-lc }
59-
# - { target: ubuntu-latest, config: libressl-master }
60-
# - { target: ubuntu-latest, config: libressl-3.2.6 }
61-
# - { target: ubuntu-latest, config: libressl-3.3.6 }
62-
# - { target: ubuntu-latest, config: libressl-3.4.3 }
63-
# - { target: ubuntu-latest, config: libressl-3.5.3 }
64-
# - { target: ubuntu-latest, config: libressl-3.6.1 }
65-
# - { target: ubuntu-latest, config: libressl-3.7.2 }
66-
# - { target: ubuntu-latest, config: libressl-3.8.4 }
67-
# - { target: ubuntu-latest, config: libressl-3.9.2 }
68-
# - { target: ubuntu-latest, config: libressl-4.0.0 }
69-
# - { target: ubuntu-latest, config: openssl-master }
70-
# - { target: ubuntu-latest, config: openssl-noec }
71-
# - { target: ubuntu-latest, config: openssl-1.1.1 }
72-
# - { target: ubuntu-latest, config: openssl-1.1.1t }
73-
# - { target: ubuntu-latest, config: openssl-1.1.1w }
74-
# - { target: ubuntu-latest, config: openssl-3.0.0 }
75-
# - { target: ubuntu-latest, config: openssl-3.0.15 }
76-
# - { target: ubuntu-latest, config: openssl-3.1.0 }
77-
# - { target: ubuntu-latest, config: openssl-3.1.7 }
78-
# - { target: ubuntu-latest, config: openssl-3.2.3 }
79-
# - { target: ubuntu-latest, config: openssl-3.3.2 }
80-
# - { target: ubuntu-latest, config: openssl-3.4.0 }
81-
# - { target: ubuntu-latest, config: openssl-1.1.1_stable }
82-
# - { target: ubuntu-latest, config: openssl-3.0 } # stable branch
83-
# - { target: ubuntu-latest, config: openssl-3.1 } # stable branch
84-
# - { target: ubuntu-latest, config: openssl-3.2 } # stable branch
85-
# - { target: ubuntu-latest, config: openssl-3.3 } # stable branch
86-
# - { target: ubuntu-latest, config: putty-0.71 }
87-
# - { target: ubuntu-latest, config: putty-0.72 }
88-
# - { target: ubuntu-latest, config: putty-0.73 }
89-
# - { target: ubuntu-latest, config: putty-0.74 }
90-
# - { target: ubuntu-latest, config: putty-0.75 }
91-
# - { target: ubuntu-latest, config: putty-0.76 }
92-
# - { target: ubuntu-latest, config: putty-0.77 }
93-
# - { target: ubuntu-latest, config: putty-0.78 }
94-
# - { target: ubuntu-latest, config: putty-0.79 }
95-
# - { target: ubuntu-latest, config: putty-0.80 }
96-
# - { target: ubuntu-latest, config: putty-snapshot }
97-
# - { target: ubuntu-latest, config: zlib-develop }
98-
# - { target: ubuntu-22.04, config: pam }
99-
# - { target: ubuntu-22.04, config: krb5 }
100-
# - { target: ubuntu-22.04, config: heimdal }
101-
# - { target: ubuntu-22.04, config: libedit }
102-
# - { target: ubuntu-22.04, config: sk }
103-
# - { target: ubuntu-22.04, config: selinux }
104-
# - { target: ubuntu-22.04, config: kitchensink }
105-
# - { target: ubuntu-22.04, config: without-openssl }
106-
# - { target: macos-13, config: pam }
107-
# - { target: macos-14, config: pam }
108-
# - { target: macos-15, config: pam }
59+
- { target: ubuntu-latest, config: libressl-master }
60+
- { target: ubuntu-latest, config: libressl-3.2.6 }
61+
- { target: ubuntu-latest, config: libressl-3.3.6 }
62+
- { target: ubuntu-latest, config: libressl-3.4.3 }
63+
- { target: ubuntu-latest, config: libressl-3.5.3 }
64+
- { target: ubuntu-latest, config: libressl-3.6.1 }
65+
- { target: ubuntu-latest, config: libressl-3.7.2 }
66+
- { target: ubuntu-latest, config: libressl-3.8.4 }
67+
- { target: ubuntu-latest, config: libressl-3.9.2 }
68+
- { target: ubuntu-latest, config: libressl-4.0.0 }
69+
- { target: ubuntu-latest, config: openssl-master }
70+
- { target: ubuntu-latest, config: openssl-noec }
71+
- { target: ubuntu-latest, config: openssl-1.1.1 }
72+
- { target: ubuntu-latest, config: openssl-1.1.1t }
73+
- { target: ubuntu-latest, config: openssl-1.1.1w }
74+
- { target: ubuntu-latest, config: openssl-3.0.0 }
75+
- { target: ubuntu-latest, config: openssl-3.0.15 }
76+
- { target: ubuntu-latest, config: openssl-3.1.0 }
77+
- { target: ubuntu-latest, config: openssl-3.1.7 }
78+
- { target: ubuntu-latest, config: openssl-3.2.3 }
79+
- { target: ubuntu-latest, config: openssl-3.3.2 }
80+
- { target: ubuntu-latest, config: openssl-3.4.0 }
81+
- { target: ubuntu-latest, config: openssl-1.1.1_stable }
82+
- { target: ubuntu-latest, config: openssl-3.0 } # stable branch
83+
- { target: ubuntu-latest, config: openssl-3.1 } # stable branch
84+
- { target: ubuntu-latest, config: openssl-3.2 } # stable branch
85+
- { target: ubuntu-latest, config: openssl-3.3 } # stable branch
86+
- { target: ubuntu-latest, config: putty-0.71 }
87+
- { target: ubuntu-latest, config: putty-0.72 }
88+
- { target: ubuntu-latest, config: putty-0.73 }
89+
- { target: ubuntu-latest, config: putty-0.74 }
90+
- { target: ubuntu-latest, config: putty-0.75 }
91+
- { target: ubuntu-latest, config: putty-0.76 }
92+
- { target: ubuntu-latest, config: putty-0.77 }
93+
- { target: ubuntu-latest, config: putty-0.78 }
94+
- { target: ubuntu-latest, config: putty-0.79 }
95+
- { target: ubuntu-latest, config: putty-0.80 }
96+
- { target: ubuntu-latest, config: putty-snapshot }
97+
- { target: ubuntu-latest, config: zlib-develop }
98+
- { target: ubuntu-22.04, config: pam }
99+
- { target: ubuntu-22.04, config: krb5 }
100+
- { target: ubuntu-22.04, config: heimdal }
101+
- { target: ubuntu-22.04, config: libedit }
102+
- { target: ubuntu-22.04, config: sk }
103+
- { target: ubuntu-22.04, config: selinux }
104+
- { target: ubuntu-22.04, config: kitchensink }
105+
- { target: ubuntu-22.04, config: without-openssl }
106+
- { target: macos-13, config: pam }
107+
- { target: macos-14, config: pam }
108+
- { target: macos-15, config: pam }
109109
runs-on: ${{ matrix.target }}
110110
steps:
111111
- name: set cygwin git params

0 commit comments

Comments
 (0)