@@ -130,6 +130,42 @@ jobs:
130
130
cling-version : ' 1.0'
131
131
llvm_enable_projects : " clang"
132
132
llvm_targets_to_build : " host;NVPTX"
133
+ - name : ubu24-x86-gcc12-clang-repl-19
134
+ os : ubuntu-24.04
135
+ compiler : gcc-12
136
+ clang-runtime : ' 19'
137
+ cling : Off
138
+ llvm_enable_projects : " clang"
139
+ llvm_targets_to_build : " host;NVPTX"
140
+ - name : ubu24-x86-gcc12-clang-repl-18
141
+ os : ubuntu-24.04
142
+ compiler : gcc-12
143
+ clang-runtime : ' 18'
144
+ cling : Off
145
+ llvm_enable_projects : " clang"
146
+ llvm_targets_to_build : " host;NVPTX"
147
+ - name : ubu24-x86-gcc12-clang-repl-17
148
+ os : ubuntu-24.04
149
+ compiler : gcc-12
150
+ clang-runtime : ' 17'
151
+ cling : Off
152
+ llvm_enable_projects : " clang"
153
+ llvm_targets_to_build : " host;NVPTX"
154
+ - name : ubu24-x86-gcc12-clang-repl-16
155
+ os : ubuntu-24.04
156
+ compiler : gcc-12
157
+ clang-runtime : ' 16'
158
+ cling : Off
159
+ llvm_enable_projects : " clang"
160
+ llvm_targets_to_build : " host;NVPTX"
161
+ - name : ubu24-x86-gcc9-clang13-cling
162
+ os : ubuntu-24.04
163
+ compiler : gcc-9
164
+ clang-runtime : ' 13'
165
+ cling : On
166
+ cling-version : ' 1.0'
167
+ llvm_enable_projects : " clang"
168
+ llvm_targets_to_build : " host;NVPTX"
133
169
134
170
steps :
135
171
- uses : actions/checkout@v4
@@ -400,6 +436,33 @@ jobs:
400
436
clang-runtime : ' 13'
401
437
cling : On
402
438
cling-version : ' 1.0'
439
+ - name : ubu24-x86-gcc12-clang-repl-19
440
+ os : ubuntu-24.04
441
+ compiler : gcc-12
442
+ clang-runtime : ' 19'
443
+ cling : Off
444
+ - name : ubu24-x86-gcc12-clang-repl-18
445
+ os : ubuntu-24.04
446
+ compiler : gcc-12
447
+ clang-runtime : ' 18'
448
+ cling : Off
449
+ - name : ubu24-x86-gcc12-clang-repl-17
450
+ os : ubuntu-24.04
451
+ compiler : gcc-12
452
+ clang-runtime : ' 17'
453
+ cling : Off
454
+ - name : ubu24-x86-gcc12-clang-repl-16
455
+ os : ubuntu-24.04
456
+ compiler : gcc-12
457
+ clang-runtime : ' 16'
458
+ cling : Off
459
+ cppyy : Off
460
+ - name : ubu24-x86-gcc9-clang13-cling
461
+ os : ubuntu-24.04
462
+ compiler : gcc-9
463
+ clang-runtime : ' 13'
464
+ cling : On
465
+ cling-version : ' 1.0'
403
466
404
467
steps :
405
468
- uses : actions/checkout@v4
0 commit comments