Skip to content

Commit 2c2b128

Browse files
remove LLVM 17 workflows as InterOp drops supports (#152)
1 parent aa3efe6 commit 2c2b128

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
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
@@ -293,12 +279,6 @@ jobs:
293279
clang-runtime: '18'
294280
cling: Off
295281
cppyy: On
296-
- name: osx15-arm-clang-clang-repl-17-cppyy
297-
os: macos-15
298-
compiler: clang
299-
clang-runtime: '17'
300-
cling: Off
301-
cppyy: On
302282
- name: osx15-arm-clang-clang18-cling-cppyy
303283
os: macos-15
304284
compiler: clang
@@ -318,12 +298,6 @@ jobs:
318298
clang-runtime: '18'
319299
cling: Off
320300
cppyy: On
321-
- name: osx13-x86-clang-clang-repl-17-cppyy
322-
os: macos-13
323-
compiler: clang
324-
clang-runtime: '17'
325-
cling: Off
326-
cppyy: On
327301
- name: osx13-x86-clang-clang18-cling-cppyy
328302
os: macos-13
329303
compiler: clang

.github/workflows/Ubuntu.yml

Lines changed: 0 additions & 52 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: 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"
7561
- name: ubu24-x86-gcc9-clang18-cling
7662
os: ubuntu-24.04
7763
compiler: gcc-9
@@ -94,13 +80,6 @@ jobs:
9480
cling: Off
9581
llvm_enable_projects: "clang"
9682
llvm_targets_to_build: "host;NVPTX"
97-
- name: ubu22-arm-gcc12-clang-repl-17
98-
os: ubuntu-22.04-arm
99-
compiler: gcc-12
100-
clang-runtime: '17'
101-
cling: Off
102-
llvm_enable_projects: "clang"
103-
llvm_targets_to_build: "host;NVPTX"
10483
- name: ubu22-arm-gcc9-clang18-cling
10584
os: ubuntu-22.04-arm
10685
compiler: gcc-9
@@ -123,13 +102,6 @@ jobs:
123102
cling: Off
124103
llvm_enable_projects: "clang"
125104
llvm_targets_to_build: "host;NVPTX"
126-
- name: ubu24-arm-gcc12-clang-repl-17
127-
os: ubuntu-24.04-arm
128-
compiler: gcc-12
129-
clang-runtime: '17'
130-
cling: Off
131-
llvm_enable_projects: "clang"
132-
llvm_targets_to_build: "host;NVPTX"
133105
- name: ubu24-arm-gcc9-clang18-cling
134106
os: ubuntu-24.04-arm
135107
compiler: gcc-9
@@ -329,12 +301,6 @@ jobs:
329301
clang-runtime: '18'
330302
cling: Off
331303
cppyy: On
332-
- name: ubu22-x86-gcc12-clang-repl-17-cppyy
333-
os: ubuntu-22.04
334-
compiler: gcc-12
335-
clang-runtime: '17'
336-
cling: Off
337-
cppyy: On
338304
- name: ubu22-x86-gcc9-clang18-cling-cppyy
339305
os: ubuntu-22.04
340306
compiler: gcc-9
@@ -354,12 +320,6 @@ jobs:
354320
clang-runtime: '18'
355321
cling: Off
356322
cppyy: On
357-
- name: ubu24-x86-gcc12-clang-repl-17-cppyy
358-
os: ubuntu-24.04
359-
compiler: gcc-12
360-
clang-runtime: '17'
361-
cling: Off
362-
cppyy: On
363323
- name: ubu24-x86-gcc9-clang18-cling-cppyy
364324
os: ubuntu-24.04
365325
compiler: gcc-9
@@ -379,12 +339,6 @@ jobs:
379339
clang-runtime: '18'
380340
cling: Off
381341
cppyy: On
382-
- name: ubu22-arm-gcc12-clang-repl-17-cppyy
383-
os: ubuntu-22.04-arm
384-
compiler: gcc-12
385-
clang-runtime: '17'
386-
cling: Off
387-
cppyy: On
388342
- name: ubu22-arm-gcc9-clang18-cling-cppyy
389343
os: ubuntu-22.04-arm
390344
compiler: gcc-9
@@ -404,12 +358,6 @@ jobs:
404358
clang-runtime: '18'
405359
cling: Off
406360
cppyy: On
407-
- name: ubu24-arm-gcc12-clang-repl-17-cppyy
408-
os: ubuntu-24.04-arm
409-
compiler: gcc-12
410-
clang-runtime: '17'
411-
cling: Off
412-
cppyy: On
413361
- name: ubu24-arm-gcc9-clang18-cling-cppyy
414362
os: ubuntu-24.04-arm
415363
compiler: gcc-9

0 commit comments

Comments
 (0)