Skip to content

Commit

Permalink
Workaround another opam timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Oct 16, 2024
1 parent 161e914 commit 73f6dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN echo 'archive-mirrors: [ "https://opam.ocaml.org/cache" ]' >> ~/.opam/config
&& opam repository set-url default http://opam.ocaml.org \
&& opam switch 4.10 \
&& echo 'pre-session-commands: [ "sudo" "apk" "add" depexts ]' >> ~/.opam/config \
&& opam install --deps-only .
&& OPAMSOLVERTIMEOUT=300 opam install --deps-only .

COPY . .

Expand Down

0 comments on commit 73f6dce

Please sign in to comment.