File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 22
22
fail-fast : false
23
23
matrix :
24
24
include :
25
+ - name : ubu22-arm-gcc12-clang-repl-20
26
+ os : ubuntu-22.04-arm
27
+ compiler : gcc-12
28
+ clang-runtime : ' 20'
29
+ cling : Off
30
+ llvm_enable_projects : " clang"
31
+ llvm_targets_to_build : " host;NVPTX"
25
32
- name : ubu24-arm-gcc12-clang-repl-20
26
33
os : ubuntu-24.04-arm
27
34
compiler : gcc-12
@@ -247,6 +254,13 @@ jobs:
247
254
fail-fast : false
248
255
matrix :
249
256
include :
257
+ - name : ubu22.04-arm-gcc12-clang-repl-20-coverage
258
+ os : ubuntu-22.04-arm
259
+ compiler : gcc-12
260
+ clang-runtime : ' 20'
261
+ cling : Off
262
+ cppyy : Off
263
+ coverage : true
250
264
- name : ubu24-arm-gcc12-clang-repl-20
251
265
os : ubuntu-24.04-arm
252
266
compiler : gcc-12
@@ -259,7 +273,6 @@ jobs:
259
273
clang-runtime : ' 19'
260
274
cling : Off
261
275
cppyy : On
262
- coverage : true
263
276
- name : ubu24-arm-gcc12-clang-repl-18-cppyy
264
277
os : ubuntu-24.04-arm
265
278
compiler : gcc-12
You can’t perform that action at this time.
0 commit comments