Skip to content

Commit

Permalink
Update CI config and Dockerfile for OCaml 5.3/5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Nov 23, 2024
1 parent ae4d0df commit fb50f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- 5.0.x
- 5.1.x
- 5.2.x
- 5.3.x
- 5.4.x
exclude:
# See https://github.com/ocaml/setup-ocaml?tab=readme-ov-file#ocaml-compiler-support-matrix
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM alpine:3.20

RUN apk --update add rlwrap

COPY --from=0 /home/opam/.opam/5.2/bin/ldti /usr/bin/
COPY --from=0 /home/opam/.opam/*/bin/ldti /usr/bin/

# Workaround: sleep for 1 second to avoid the following error:
# rlwrap: error: My terminal reports width=0
Expand Down

0 comments on commit fb50f58

Please sign in to comment.