Skip to content

Commit 051f3db

Browse files
mcbartonaaronj0
authored andcommitted
Turn on cppyy Ubuntu 24.04 cppyy ci
1 parent 2b9656e commit 051f3db

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,35 @@ jobs:
5151
cling-version: '1.0'
5252
llvm_enable_projects: "clang"
5353
llvm_targets_to_build: "host;NVPTX"
54+
- name: ubu24-x86-gcc12-clang-repl-19
55+
os: ubuntu-24.04
56+
compiler: gcc-12
57+
clang-runtime: '19'
58+
cling: Off
59+
llvm_enable_projects: "clang"
60+
llvm_targets_to_build: "host;NVPTX"
61+
- name: ubu24-x86-gcc12-clang-repl-18
62+
os: ubuntu-24.04
63+
compiler: gcc-12
64+
clang-runtime: '18'
65+
cling: Off
66+
llvm_enable_projects: "clang"
67+
llvm_targets_to_build: "host;NVPTX"
68+
- name: ubu24-x86-gcc12-clang-repl-17
69+
os: ubuntu-24.04
70+
compiler: gcc-12
71+
clang-runtime: '17'
72+
cling: Off
73+
llvm_enable_projects: "clang"
74+
llvm_targets_to_build: "host;NVPTX"
75+
- name: ubu24-x86-gcc9-clang13-cling
76+
os: ubuntu-24.04
77+
compiler: gcc-9
78+
clang-runtime: '13'
79+
cling: On
80+
cling-version: '1.0'
81+
llvm_enable_projects: "clang"
82+
llvm_targets_to_build: "host;NVPTX"
5483
- name: ubu22-arm-gcc12-clang-repl-19
5584
os: ubuntu-22.04-arm
5685
compiler: gcc-12
@@ -284,6 +313,31 @@ jobs:
284313
cling: On
285314
cling-version: '1.0'
286315
cppyy: On
316+
- name: ubu24-x86-gcc12-clang-repl-19-cppyy
317+
os: ubuntu-24.04
318+
compiler: gcc-12
319+
clang-runtime: '19'
320+
cling: Off
321+
cppyy: On
322+
- name: ubu24-x86-gcc12-clang-repl-18-cppyy
323+
os: ubuntu-24.04
324+
compiler: gcc-12
325+
clang-runtime: '18'
326+
cling: Off
327+
cppyy: On
328+
- name: ubu24-x86-gcc12-clang-repl-17-cppyy
329+
os: ubuntu-24.04
330+
compiler: gcc-12
331+
clang-runtime: '17'
332+
cling: Off
333+
cppyy: On
334+
- name: ubu24-x86-gcc9-clang13-cling-cppyy
335+
os: ubuntu-24.04
336+
compiler: gcc-9
337+
clang-runtime: '13'
338+
cling: On
339+
cling-version: '1.0'
340+
cppyy: On
287341
- name: ubu22-arm-gcc12-clang-repl-19
288342
os: ubuntu-22.04-arm
289343
compiler: gcc-12

0 commit comments

Comments
 (0)