Skip to content

Commit 4b6ffb6

Browse files
authored
Merge pull request #160 from Vipul-Cariappa/ci/remove-llvm-17
remove LLVM 17 workflows as InterOp drops supports
2 parents dc0f763 + 0fa37ec commit 4b6ffb6

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

.github/workflows/MacOS.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
cling: Off
3737
llvm_enable_projects: "clang"
3838
llvm_targets_to_build: "host"
39-
- name: osx15-arm-clang-clang-repl-17
40-
os: macos-15
41-
compiler: clang
42-
clang-runtime: '17'
43-
cling: Off
44-
llvm_enable_projects: "clang"
45-
llvm_targets_to_build: "host"
4639
- name: osx15-arm-clang-clang18-cling
4740
os: macos-15
4841
compiler: clang
@@ -65,13 +58,6 @@ jobs:
6558
cling: Off
6659
llvm_enable_projects: "clang"
6760
llvm_targets_to_build: "host"
68-
- name: osx13-x86-clang-clang-repl-17
69-
os: macos-13
70-
compiler: clang
71-
clang-runtime: '17'
72-
cling: Off
73-
llvm_enable_projects: "clang"
74-
llvm_targets_to_build: "host"
7561
- name: osx13-x86-clang-clang18-cling
7662
os: macos-13
7763
compiler: clang
@@ -292,12 +278,6 @@ jobs:
292278
clang-runtime: '18'
293279
cling: Off
294280
cppyy: On
295-
- name: osx15-arm-clang-clang-repl-17-cppyy
296-
os: macos-15
297-
compiler: clang
298-
clang-runtime: '17'
299-
cling: Off
300-
cppyy: On
301281
- name: osx15-arm-clang-clang18-cling-cppyy
302282
os: macos-15
303283
compiler: clang
@@ -317,12 +297,6 @@ jobs:
317297
clang-runtime: '18'
318298
cling: Off
319299
cppyy: On
320-
- name: osx13-x86-clang-clang-repl-17-cppyy
321-
os: macos-13
322-
compiler: clang
323-
clang-runtime: '17'
324-
cling: Off
325-
cppyy: On
326300
- name: osx13-x86-clang-clang18-cling-cppyy
327301
os: macos-13
328302
compiler: clang

.github/workflows/Ubuntu.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
cling: Off
3737
llvm_enable_projects: "clang"
3838
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"
4639
- name: ubu22-x86-gcc9-clang18-cling
4740
os: ubuntu-22.04
4841
compiler: gcc-9
@@ -65,13 +58,6 @@ jobs:
6558
cling: Off
6659
llvm_enable_projects: "clang"
6760
llvm_targets_to_build: "host;NVPTX"
68-
- name: ubu22-arm-gcc12-clang-repl-17
69-
os: ubuntu-22.04-arm
70-
compiler: gcc-12
71-
clang-runtime: '17'
72-
cling: Off
73-
llvm_enable_projects: "clang"
74-
llvm_targets_to_build: "host;NVPTX"
7561
- name: ubu22-arm-gcc9-clang18-cling
7662
os: ubuntu-22.04-arm
7763
compiler: gcc-9
@@ -271,12 +257,6 @@ jobs:
271257
clang-runtime: '18'
272258
cling: Off
273259
cppyy: On
274-
- name: ubu22-x86-gcc12-clang-repl-17-cppyy
275-
os: ubuntu-22.04
276-
compiler: gcc-12
277-
clang-runtime: '17'
278-
cling: Off
279-
cppyy: On
280260
- name: ubu22-x86-gcc9-clang18-cling-cppyy
281261
os: ubuntu-22.04
282262
compiler: gcc-9
@@ -296,12 +276,6 @@ jobs:
296276
clang-runtime: '18'
297277
cling: Off
298278
cppyy: Off
299-
- name: ubu22-arm-gcc12-clang-repl-17
300-
os: ubuntu-22.04-arm
301-
compiler: gcc-12
302-
clang-runtime: '17'
303-
cling: Off
304-
cppyy: Off
305279
- name: ubu22-arm-gcc9-clang18-cling-cppyy
306280
os: ubuntu-22.04-arm
307281
compiler: gcc-9

0 commit comments

Comments
 (0)