Skip to content

Commit

Permalink
static instead of musl?
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Feb 7, 2024
1 parent 4b637de commit 4c2f760
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
uses: ubuntu-latest
# We don't use flambda as that ends up much buliker than without.
ocaml:
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-musl
# Ideally we'd use ocaml-variants.5.1.1+options,ocaml-option-musl, but
# I can't make that work.
# ocaml-compiler: "5.1.1"
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-static
input-file: illuaminate
output-file: illuaminate-linux-x86_64
dune-flags: --workspace dune-workspace.release
Expand All @@ -64,9 +67,6 @@ jobs:
with:
fetch-depth: 0

- name: "Cry a little, cry a lot"
run: sudo apt-get install --yes libzstd-dev

- name: Use OCaml
uses: ocaml/setup-ocaml@v2
with: ${{ matrix.ocaml }}
Expand Down

0 comments on commit 4c2f760

Please sign in to comment.