Skip to content

Commit b40980b

Browse files
authored
Update Ubuntu-arm.yml
1 parent 5c78ece commit b40980b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/Ubuntu-arm.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25+
- name: ubu22-arm-gcc12-clang-repl-20
26+
os: ubuntu-22.04-arm
27+
compiler: gcc-12
28+
clang-runtime: '20'
29+
cling: Off
30+
llvm_enable_projects: "clang"
31+
llvm_targets_to_build: "host;NVPTX"
2532
- name: ubu24-arm-gcc12-clang-repl-20
2633
os: ubuntu-24.04-arm
2734
compiler: gcc-12
@@ -247,6 +254,13 @@ jobs:
247254
fail-fast: false
248255
matrix:
249256
include:
257+
- name: ubu22.04-arm-gcc12-clang-repl-20-coverage
258+
os: ubuntu-22.04-arm
259+
compiler: gcc-12
260+
clang-runtime: '20'
261+
cling: Off
262+
cppyy: Off
263+
coverage: true
250264
- name: ubu24-arm-gcc12-clang-repl-20
251265
os: ubuntu-24.04-arm
252266
compiler: gcc-12
@@ -259,7 +273,6 @@ jobs:
259273
clang-runtime: '19'
260274
cling: Off
261275
cppyy: On
262-
coverage: true
263276
- name: ubu24-arm-gcc12-clang-repl-18-cppyy
264277
os: ubuntu-24.04-arm
265278
compiler: gcc-12

0 commit comments

Comments
 (0)