Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions base/coq-single/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ RUN set -x \
&& opam switch create --jobs=${NJOBS} ${COMPILER} ${COMPILER_PACKAGE:+--package=}${COMPILER_PACKAGE} \
&& eval $(opam env) \
&& opam repository add --all-switches --set-default coq-released https://coq.inria.fr/opam/released \
&& opam repository add --all-switches --set-default archive git+https://github.com/ocaml/opam-repository-archive \
&& opam update -y \
&& opam install -y -j 1 opam-depext \
&& opam pin add -n -k version ocamlfind ${OCAMLFIND_VERSION} \
Expand Down
1 change: 1 addition & 0 deletions base/rocq-single/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ RUN set -x \
&& opam switch create --jobs=${NJOBS} ${COMPILER} ${COMPILER_PACKAGE:+--package=}${COMPILER_PACKAGE} \
&& eval $(opam env) \
&& opam repository add --all-switches --set-default rocq-released https://coq.inria.fr/opam/released \
&& opam repository add --all-switches --set-default archive git+https://github.com/ocaml/opam-repository-archive \
&& opam update -y \
&& opam install -y -j 1 opam-depext \
&& opam pin add -n -k version ocamlfind ${OCAMLFIND_VERSION} \
Expand Down