Skip to content

Commit

Permalink
Try with ocaml-option-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Sep 4, 2024
1 parent ab1d84f commit fef11b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-520-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+options,ocaml-option-32bit'
compiler: 'ocaml-variants.5.2.0+options,ocaml-option-32bit,ocaml-option-musl'
dune_profile: 'debug-runtime'
runparam: 'o=20,s=4096,v=0,V=1'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-530-trunk-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.3.0+trunk,ocaml-option-32bit'
compiler: 'ocaml-variants.5.3.0+trunk,ocaml-option-32bit,ocaml-option-musl'
compiler_git_ref: refs/heads/5.3
dune_profile: 'debug-runtime'
runparam: 'o=20,s=4096,v=0,V=1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-540-trunk-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.4.0+trunk,ocaml-option-32bit'
compiler: 'ocaml-variants.5.4.0+trunk,ocaml-option-32bit,ocaml-option-musl'
compiler_git_ref: refs/heads/trunk
dune_profile: 'debug-runtime'
runparam: 'o=20,s=4096,v=0,V=1'
Expand Down

0 comments on commit fef11b8

Please sign in to comment.