Skip to content

Commit

Permalink
fix: better use the tagged version of rocq-stdlib
Browse files Browse the repository at this point in the history
Related: coq/opam#3321

docker-keeper: rebuild-keyword: 9.0
  • Loading branch information
erikmd committed Feb 4, 2025
1 parent 107e82d commit 479b130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocq/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN set -x \
&& opam repository add --all-switches --set-default rocq-extra-dev https://coq.inria.fr/opam/extra-dev \
&& opam repository add --all-switches --set-default rocq-core-dev https://coq.inria.fr/opam/core-dev \
&& opam update -y -u \
&& opam pin add -n -k version rocq-stdlib ${ROCQ_VERSION} \
&& opam pin add -n -k version rocq-prover ${ROCQ_VERSION} \
&& opam install -y -v -j "${NJOBS}" rocq-prover ${ROCQ_EXTRA_OPAM} \
&& opam clean -a -c -s --logs \
Expand Down

0 comments on commit 479b130

Please sign in to comment.