File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -194,42 +194,42 @@ jobs:
194194 c17 : False
195195 c23 : False
196196 opt : all
197- examples : False
197+ examples : true
198198 - name : gcc-4.9
199199 shell : ci_gcc49
200200 darwin : False
201201 c17 : False
202202 c23 : False
203203 opt : all
204- examples : False
204+ examples : true
205205 - name : gcc-7
206206 shell : ci_gcc7
207207 darwin : False
208208 c17 : False
209209 c23 : False
210210 opt : all
211- examples : False
211+ examples : true
212212 - name : gcc-11
213213 shell : ci_gcc11
214214 darwin : True
215215 c17 : True
216216 c23 : False
217217 opt : all
218- examples : False
218+ examples : true
219219 - name : gcc-13
220220 shell : ci_gcc13
221221 darwin : True
222222 c17 : True
223223 c23 : False
224224 opt : all
225- examples : False
225+ examples : true
226226 - name : gcc-14
227227 shell : ci_gcc14
228228 darwin : True
229229 c17 : True
230230 c23 : True
231231 opt : all
232- examples : False
232+ examples : true
233233 - name : gcc-15
234234 shell : ci_gcc15
235235 # TODO: Add this once gcc15 is supported in nix on aarch64-Darwin
@@ -244,28 +244,28 @@ jobs:
244244 c17 : True
245245 c23 : True
246246 opt : all
247- examples : False
247+ examples : true
248248 - name : clang-19
249249 shell : ci_clang19
250250 darwin : True
251251 c17 : True
252252 c23 : True
253253 opt : all
254- examples : False
254+ examples : true
255255 - name : clang-20
256256 shell : ci_clang20
257257 darwin : True
258258 c17 : True
259259 c23 : True
260260 opt : all
261- examples : False
261+ examples : true
262262 - name : clang-21
263263 shell : ci_clang21
264264 darwin : True
265265 c17 : True
266266 c23 : True
267267 opt : all
268- examples : False
268+ examples : true
269269 # CPU flags are not correctly passed to the zig assembler
270270 # https://github.com/ziglang/zig/issues/23576
271271 # We therefore only test the C backend
You can’t perform that action at this time.
0 commit comments