Skip to content

Commit 59f232d

Browse files
committed
fix: Also pin {rocq-core, rocq-runtime}
This patch happens to be necessary for rocq/opam projects that depend on rocq-core (for example), and not on rocq-prover directly. See-also: rocq-community/gaia#27 (comment)
1 parent b02c86d commit 59f232d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rocq/stable/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ RUN set -x \
1616
&& opam update -y -u \
1717
&& opam pin add -n -k version rocq-stdlib ${ROCQ_VERSION} \
1818
&& opam pin add -n -k version rocq-prover ${ROCQ_VERSION} \
19-
# We need not pin rocq-core nor rocq-runtime
20-
# as rocq-prover => "rocq-core" {= version}
21-
# and rocq-core => "rocq-runtime" {= version}
19+
&& opam pin add -n -k version rocq-core ${ROCQ_VERSION} \
20+
&& opam pin add -n -k version rocq-runtime ${ROCQ_VERSION} \
2221
&& opam pin add -n -k version coqide-server ${ROCQ_VERSION} \
2322
# We don't install coq-core nor coq as they're transitional pkgs whose install time is negligible
2423
&& opam install -y -v -j "${NJOBS}" rocq-prover coqide-server ${ROCQ_EXTRA_OPAM} \

0 commit comments

Comments
 (0)