File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ RUN set -x \
19
19
&& opam repository add --all-switches --set-default coq-core-dev https://coq.inria.fr/opam/core-dev \
20
20
&& opam update -y -u \
21
21
&& 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}" \
23
23
&& opam pin add -n -y -k git coqide-server.${ROCQ_VERSION} "git+https://github.com/coq/coq#${ROCQ_COMMIT}" \
24
24
&& 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} \
26
26
&& opam clean -a -c -s --logs \
27
27
# TODO-LATER: Use /home/rocq
28
28
&& chmod -R g=u /home/coq/.opam \
You can’t perform that action at this time.
0 commit comments