Skip to content

Commit

Permalink
add ubu-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Feb 7, 2025
1 parent 5a9787e commit dded6fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
fail-fast: false
matrix:
include:
- name: ubu24-arm-gcc12-clang-repl-19-emscripten
os: ubuntu-24.04-arm
compiler: gcc-12
clang-runtime: '19'
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
- name: osx15-arm-clang-clang-repl-19-emscripten
os: macos-15
compiler: clang
Expand Down Expand Up @@ -448,6 +455,13 @@ jobs:
fail-fast: false
matrix:
include:
- name: ubu24-arm-gcc12-clang-repl-19-emscripten
os: ubuntu-24.04-arm
compiler: gcc-12
clang-runtime: '19'
cling: Off
llvm_enable_projects: "clang;lld"
llvm_targets_to_build: "WebAssembly"
- name: ubu24-x86-gcc12-clang-repl-19-emscripten_wasm
os: ubuntu-24.04
compiler: gcc-12
Expand Down

0 comments on commit dded6fe

Please sign in to comment.