Skip to content

ARM

ARM #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [
ubuntu-latest, # x64
buildjet-2vcpu-ubuntu-2204-arm, # ARM
]
runs-on: ${{matrix.os}}
steps:
- name: Checkout ReScript
uses: actions/checkout@v4
with:
repository: rescript-lang/rescript-compiler
- run: apt update
- name: Setup OCaml
uses: ocaml/[email protected]
with:
ocaml-compiler: 5.2.0
allow-prerelease-opam: true
opam-pin: false
- run: opam install . --deps-only
- run: opam exec -- dune build --display quiet --profile static
- run: file _build/default/jscomp/bsc/rescript_compiler_main.exe
- run: _build/default/jscomp/bsc/rescript_compiler_main.exe -v