Skip to content

Commit dded6fe

Browse files
committed
add ubu-arm
1 parent 5a9787e commit dded6fe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24+
- name: ubu24-arm-gcc12-clang-repl-19-emscripten
25+
os: ubuntu-24.04-arm
26+
compiler: gcc-12
27+
clang-runtime: '19'
28+
cling: Off
29+
llvm_enable_projects: "clang;lld"
30+
llvm_targets_to_build: "WebAssembly"
2431
- name: osx15-arm-clang-clang-repl-19-emscripten
2532
os: macos-15
2633
compiler: clang
@@ -448,6 +455,13 @@ jobs:
448455
fail-fast: false
449456
matrix:
450457
include:
458+
- name: ubu24-arm-gcc12-clang-repl-19-emscripten
459+
os: ubuntu-24.04-arm
460+
compiler: gcc-12
461+
clang-runtime: '19'
462+
cling: Off
463+
llvm_enable_projects: "clang;lld"
464+
llvm_targets_to_build: "WebAssembly"
451465
- name: ubu24-x86-gcc12-clang-repl-19-emscripten_wasm
452466
os: ubuntu-24.04
453467
compiler: gcc-12

0 commit comments

Comments
 (0)