Skip to content

Commit b5fe3a7

Browse files
committed
hotfix(docker-rocq): s/coq-stdlib/rocq-core/
docker-keeper: rebuild-keyword: dev See-also: rocq-prover/rocq#19530 (comment)
1 parent 87789f1 commit b5fe3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rocq/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ RUN set -x \
1919
&& opam repository add --all-switches --set-default coq-core-dev https://coq.inria.fr/opam/core-dev \
2020
&& opam update -y -u \
2121
&& opam pin add -n -y -k git coq-core.${ROCQ_VERSION} "git+https://github.com/coq/coq#${ROCQ_COMMIT}" \
22-
&& opam pin add -n -y -k git coq-stdlib.${ROCQ_VERSION} "git+https://github.com/coq/coq#${ROCQ_COMMIT}" \
22+
&& opam pin add -n -y -k git rocq-core.${ROCQ_VERSION} "git+https://github.com/coq/coq#${ROCQ_COMMIT}" \
2323
&& opam pin add -n -y -k git coqide-server.${ROCQ_VERSION} "git+https://github.com/coq/coq#${ROCQ_COMMIT}" \
2424
&& opam pin add -n -y -k git coq.${ROCQ_VERSION} "git+https://github.com/coq/coq#${ROCQ_COMMIT}" \
25-
&& opam install -y -v -j "${NJOBS}" coq-core coq-stdlib coqide-server coq ${ROCQ_EXTRA_OPAM} \
25+
&& opam install -y -v -j "${NJOBS}" coq-core rocq-core coqide-server coq ${ROCQ_EXTRA_OPAM} \
2626
&& opam clean -a -c -s --logs \
2727
# TODO-LATER: Use /home/rocq
2828
&& chmod -R g=u /home/coq/.opam \

0 commit comments

Comments
 (0)