File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ RUN set -x \
1818 && opam update -y -u \
1919 && opam pin add -n -k version rocq-stdlib ${ROCQ_VERSION} \
2020 && opam pin add -n -k version rocq-prover ${ROCQ_VERSION} \
21- # WE NEED NOT pin rocq-core nor rocq-runtime
21+ # We need not pin rocq-core nor rocq-runtime
2222 # as rocq-prover => "rocq-core" {= version}
2323 # and rocq-core => "rocq-runtime" {= version}
2424 && opam pin add -n -k version coqide-server ${ROCQ_VERSION} \
25- # WE DON'T install coq-core nor coq as they're transitional pkgs whose install time is negligible
25+ # We don't install coq-core nor coq as they're transitional pkgs whose install time is negligible
2626 && opam install -y -v -j "${NJOBS}" rocq-prover coqide-server ${ROCQ_EXTRA_OPAM} \
2727 && opam clean -a -c -s --logs \
2828 && chmod -R g=u /home/rocq/.opam \
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ 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
19+ # We need not pin rocq-core nor rocq-runtime
2020 # as rocq-prover => "rocq-core" {= version}
2121 # and rocq-core => "rocq-runtime" {= version}
2222 && opam pin add -n -k version coqide-server ${ROCQ_VERSION} \
23- # WE DON'T install coq-core nor coq as they're transitional pkgs whose install time is negligible
23+ # We don't install coq-core nor coq as they're transitional pkgs whose install time is negligible
2424 && opam install -y -v -j "${NJOBS}" rocq-prover coqide-server ${ROCQ_EXTRA_OPAM} \
2525 && opam clean -a -c -s --logs \
2626 && chmod -R g=u /home/rocq/.opam \
You can’t perform that action at this time.
0 commit comments