Skip to content

Commit 3d3dc5e

Browse files
authored
Update main.yml
1 parent e7807c4 commit 3d3dc5e

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,14 @@ jobs:
6565
llvm_enable_projects: "clang"
6666
llvm_targets_to_build: "host;NVPTX"
6767
# Ubuntu X86 Jobs
68-
- name: ubu24-x86-gcc12-clang-repl-21-coverage
68+
- name: ubu24-x86-gcc12-clang-repl-21
6969
os: ubuntu-24.04
7070
compiler: gcc-12
7171
clang-runtime: '21'
7272
cling: Off
7373
cppyy: Off
74-
llvm_enable_projects: "clang;compiler-rt"
74+
llvm_enable_projects: "clang"
7575
llvm_targets_to_build: "host;NVPTX"
76-
coverage: true
77-
oop-jit: On
7876
- name: ubu24-x86-gcc12-clang-repl-20
7977
os: ubuntu-24.04
8078
compiler: gcc-12
@@ -92,6 +90,16 @@ jobs:
9290
llvm_enable_projects: "clang;compiler-rt"
9391
llvm_targets_to_build: "host;NVPTX"
9492
oop-jit: On
93+
- name: ubu24-x86-gcc12-clang-repl-20-out-of-process-coverage
94+
os: ubuntu-24.04
95+
compiler: gcc-12
96+
clang-runtime: '20'
97+
cling: Off
98+
cppyy: Off
99+
llvm_enable_projects: "clang;compiler-rt"
100+
llvm_targets_to_build: "host;NVPTX"
101+
oop-jit: On
102+
coverage: true
95103
- name: ubu24-x86-gcc12-clang-repl-19-cppyy
96104
os: ubuntu-24.04
97105
compiler: gcc-12
@@ -349,3 +357,4 @@ jobs:
349357
uses: mxschmitt/action-tmate@v3
350358
# When debugging increase to a suitable value!
351359
timeout-minutes: 30
360+

0 commit comments

Comments
 (0)