We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39372f commit 13d0e69Copy full SHA for 13d0e69
.github/workflows/Ubuntu-arm.yml
@@ -22,6 +22,13 @@ jobs:
22
fail-fast: false
23
matrix:
24
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"
32
- name: ubu24-arm-gcc12-clang-repl-20
33
os: ubuntu-24.04-arm
34
compiler: gcc-12
@@ -247,6 +254,13 @@ jobs:
247
254
248
255
249
256
257
+ - name: ubu22.04-arm-gcc12-clang-repl-20-coverage
258
259
260
261
262
+ cppyy: Off
263
+ coverage: true
250
264
251
265
252
266
0 commit comments