Skip to content

Commit 0d24a8e

Browse files
mcbartonaaronj0
authored andcommitted
Update ci.yml to bring back cling 1.0 jobs
1 parent a54fecb commit 0d24a8e

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.github/workflows/non-emscripten.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ jobs:
6262
cppyy: On
6363
llvm_enable_projects: "clang"
6464
llvm_targets_to_build: "host;NVPTX"
65+
- name: ubu22-x86-gcc9-clang13-cling
66+
os: ubuntu-22.04
67+
compiler: gcc-9
68+
clang-runtime: '13'
69+
cling: On
70+
cling-version: '1.0'
71+
cppyy: On
72+
llvm_enable_projects: "clang"
73+
llvm_targets_to_build: "host;NVPTX"
6574
- name: win2022-msvc-clang-repl-19
6675
os: windows-2022
6776
compiler: msvc
@@ -127,6 +136,15 @@ jobs:
127136
cppyy: On
128137
llvm_enable_projects: "clang"
129138
llvm_targets_to_build: "host;NVPTX"
139+
- name: osx15-arm-clang-clang13-cling
140+
os: macos-15
141+
compiler: clang
142+
clang-runtime: '13'
143+
cling: On
144+
cling-version: '1.0'
145+
cppyy: On
146+
llvm_enable_projects: "clang"
147+
llvm_targets_to_build: "host;NVPTX"
130148
- name: osx13-x86-clang-clang-repl-19
131149
os: macos-13
132150
compiler: clang
@@ -168,6 +186,15 @@ jobs:
168186
cppyy: On
169187
llvm_enable_projects: "clang"
170188
llvm_targets_to_build: "host;NVPTX"
189+
- name: osx13-x86-clang-clang13-cling
190+
os: macos-13
191+
compiler: clang
192+
clang-runtime: '13'
193+
cling: On
194+
cling-version: '1.0'
195+
cppyy: On
196+
llvm_enable_projects: "clang"
197+
llvm_targets_to_build: "host;NVPTX"
171198

172199
steps:
173200
- uses: actions/checkout@v4
@@ -620,6 +647,13 @@ jobs:
620647
cling: On
621648
cling-version: '1.1'
622649
cppyy: Off
650+
- name: ubu22-x86-gcc9-clang13-cling
651+
os: ubuntu-22.04
652+
compiler: gcc-9
653+
clang-runtime: '13'
654+
cling: On
655+
cling-version: '1.0'
656+
cppyy: On
623657
#FIXME: Windows CppInterOp tests expected to fail
624658
#until https://github.com/compiler-research/CppInterOp/issues/188 is solved
625659
- name: win2022-msvc-clang-repl-19
@@ -677,6 +711,13 @@ jobs:
677711
cling: On
678712
cling-version: '1.1'
679713
cppyy: Off
714+
- name: osx15-arm-clang-clang13-cling-cppyy
715+
os: macos-15
716+
compiler: clang
717+
clang-runtime: '13'
718+
cling: On
719+
cling-version: '1.0'
720+
cppyy: On
680721
- name: osx13-x86-clang-clang-repl-19-cppyy
681722
os: macos-13
682723
compiler: clang
@@ -708,6 +749,13 @@ jobs:
708749
cling: On
709750
cling-version: '1.1'
710751
cppyy: Off
752+
- name: osx13-x86-clang-clang13-cling
753+
os: macos-13
754+
compiler: clang
755+
clang-runtime: '13'
756+
cling: On
757+
cling-version: '1.0'
758+
cppyy: Off
711759

712760
steps:
713761
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)