File tree Expand file tree Collapse file tree 2 files changed +0
-142
lines changed Expand file tree Collapse file tree 2 files changed +0
-142
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-19
26
- os : ubuntu-22.04-arm
27
- compiler : gcc-12
28
- clang-runtime : ' 19'
29
- cling : Off
30
- llvm_enable_projects : " clang"
31
- llvm_targets_to_build : " host;NVPTX"
32
- - name : ubu22-arm-gcc12-clang-repl-18
33
- os : ubuntu-22.04-arm
34
- compiler : gcc-12
35
- clang-runtime : ' 18'
36
- cling : Off
37
- llvm_enable_projects : " clang"
38
- llvm_targets_to_build : " host;NVPTX"
39
- - name : ubu22-arm-gcc12-clang-repl-17
40
- os : ubuntu-22.04-arm
41
- compiler : gcc-12
42
- clang-runtime : ' 17'
43
- cling : Off
44
- llvm_enable_projects : " clang"
45
- llvm_targets_to_build : " host;NVPTX"
46
- - name : ubu22-arm-gcc12-clang-repl-16
47
- os : ubuntu-22.04-arm
48
- compiler : gcc-12
49
- clang-runtime : ' 16'
50
- cling : Off
51
- llvm_enable_projects : " clang"
52
- llvm_targets_to_build : " host;NVPTX"
53
- - name : ubu22-arm-gcc9-clang13-cling
54
- os : ubuntu-22.04-arm
55
- compiler : gcc-9
56
- clang-runtime : ' 13'
57
- cling : On
58
- cling-version : ' 1.0'
59
- llvm_enable_projects : " clang"
60
- llvm_targets_to_build : " host;NVPTX"
61
25
- name : ubu24-arm-gcc12-clang-repl-19
62
26
os : ubuntu-24.04-arm
63
27
compiler : gcc-12
@@ -276,37 +240,6 @@ jobs:
276
240
fail-fast : false
277
241
matrix :
278
242
include :
279
- - name : ubu22-arm-gcc12-clang-repl-19-cppyy
280
- os : ubuntu-22.04-arm
281
- compiler : gcc-12
282
- clang-runtime : ' 19'
283
- cling : Off
284
- cppyy : On
285
- - name : ubu22-arm-gcc12-clang-repl-18-cppyy
286
- os : ubuntu-22.04-arm
287
- compiler : gcc-12
288
- clang-runtime : ' 18'
289
- cling : Off
290
- cppyy : On
291
- - name : ubu22-arm-gcc12-clang-repl-17-cppyy
292
- os : ubuntu-22.04-arm
293
- compiler : gcc-12
294
- clang-runtime : ' 17'
295
- cling : Off
296
- cppyy : On
297
- - name : ubu22-arm-gcc12-clang-repl-16
298
- os : ubuntu-22.04-arm
299
- compiler : gcc-12
300
- clang-runtime : ' 16'
301
- cling : Off
302
- cppyy : Off
303
- - name : ubu22-arm-gcc9-clang13-cling-cppyy
304
- os : ubuntu-22.04-arm
305
- compiler : gcc-9
306
- clang-runtime : ' 13'
307
- cling : On
308
- cling-version : ' 1.0'
309
- cppyy : On
310
243
- name : ubu24-arm-gcc12-clang-repl-19-cppyy
311
244
os : ubuntu-24.04-arm
312
245
compiler : gcc-12
Original file line number Diff line number Diff line change 22
22
fail-fast : false
23
23
matrix :
24
24
include :
25
- - name : ubu22-x86-gcc12-clang-repl-19
26
- os : ubuntu-22.04
27
- compiler : gcc-12
28
- clang-runtime : ' 19'
29
- cling : Off
30
- llvm_enable_projects : " clang"
31
- llvm_targets_to_build : " host;NVPTX"
32
- - name : ubu22-x86-gcc12-clang-repl-18
33
- os : ubuntu-22.04
34
- compiler : gcc-12
35
- clang-runtime : ' 18'
36
- cling : Off
37
- llvm_enable_projects : " clang"
38
- llvm_targets_to_build : " host;NVPTX"
39
- - name : ubu22-x86-gcc12-clang-repl-17
40
- os : ubuntu-22.04
41
- compiler : gcc-12
42
- clang-runtime : ' 17'
43
- cling : Off
44
- llvm_enable_projects : " clang"
45
- llvm_targets_to_build : " host;NVPTX"
46
- - name : ubu22-x86-gcc12-clang-repl-16
47
- os : ubuntu-22.04
48
- compiler : gcc-12
49
- clang-runtime : ' 16'
50
- cling : Off
51
- llvm_enable_projects : " clang"
52
- llvm_targets_to_build : " host;NVPTX"
53
- - name : ubu22-x86-gcc9-clang13-cling
54
- os : ubuntu-22.04
55
- compiler : gcc-9
56
- clang-runtime : ' 13'
57
- cling : On
58
- cling-version : ' 1.0'
59
- llvm_enable_projects : " clang"
60
- llvm_targets_to_build : " host;NVPTX"
61
25
- name : ubu24-x86-gcc12-clang-repl-19
62
26
os : ubuntu-24.04
63
27
compiler : gcc-12
@@ -276,45 +240,6 @@ jobs:
276
240
fail-fast : false
277
241
matrix :
278
242
include :
279
- - name : ubu22-x86-gcc12-clang-repl-19-docs
280
- os : ubuntu-22.04
281
- compiler : gcc-12
282
- clang-runtime : ' 19'
283
- cling : Off
284
- cppyy : Off
285
- documentation : On
286
- - name : ubu22-x86-gcc12-clang-repl-19-cppyy
287
- os : ubuntu-22.04
288
- compiler : gcc-12
289
- clang-runtime : ' 19'
290
- cling : Off
291
- cppyy : On
292
- coverage : true
293
- - name : ubu22-x86-gcc12-clang-repl-18-cppyy
294
- os : ubuntu-22.04
295
- compiler : gcc-12
296
- clang-runtime : ' 18'
297
- cling : Off
298
- cppyy : On
299
- - name : ubu22-x86-gcc12-clang-repl-17-cppyy
300
- os : ubuntu-22.04
301
- compiler : gcc-12
302
- clang-runtime : ' 17'
303
- cling : Off
304
- cppyy : On
305
- - name : ubu22-x86-gcc12-clang-repl-16
306
- os : ubuntu-22.04
307
- compiler : gcc-12
308
- clang-runtime : ' 16'
309
- cling : Off
310
- cppyy : Off
311
- - name : ubu22-x86-gcc9-clang13-cling-cppyy
312
- os : ubuntu-22.04
313
- compiler : gcc-9
314
- clang-runtime : ' 13'
315
- cling : On
316
- cling-version : ' 1.0'
317
- cppyy : On
318
243
- name : ubu24-x86-gcc12-clang-repl-19-cppyy
319
244
os : ubuntu-24.04
320
245
compiler : gcc-12
You can’t perform that action at this time.
0 commit comments