Skip to content

Commit

Permalink
[ci] pin ocaml to 4.08 for arm64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Sep 15, 2023
1 parent 0efe538 commit 5252d80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ devcontainer:
# Install OCaml libraries
COPY haxe.opam .
RUN opam init --disable-sandboxing
RUN opam switch create 4.08.1
RUN eval $(opam env)
RUN opam env
RUN opam install . --yes --deps-only --no-depexts
RUN opam list
RUN ocamlopt -v
Expand Down

0 comments on commit 5252d80

Please sign in to comment.