Skip to content

Commit 73f6dce

Browse files
committed
Workaround another opam timeout.
1 parent 161e914 commit 73f6dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN echo 'archive-mirrors: [ "https://opam.ocaml.org/cache" ]' >> ~/.opam/config
88
&& opam repository set-url default http://opam.ocaml.org \
99
&& opam switch 4.10 \
1010
&& echo 'pre-session-commands: [ "sudo" "apk" "add" depexts ]' >> ~/.opam/config \
11-
&& opam install --deps-only .
11+
&& OPAMSOLVERTIMEOUT=300 opam install --deps-only .
1212

1313
COPY . .
1414

0 commit comments

Comments
 (0)