Skip to content

Commit 17b0693

Browse files
authored
Merge pull request #898 from ejgallego/bump_coq_stdlib
[vendor] Bump Coq and Stdlib for recent changes
2 parents edf9a9e + ddae589 commit 17b0693

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
run: |
170170
opam install lwt logs # Also build pet-server
171171
opam install memprof-limits # We need to do this to avoid coq-lsp rebuilding Coq below due to deptops
172-
opam install vendor/coq/{rocq-runtime,coq-core,rocq-core,coqide-server,rocq,coq}.opam vendor/coq-stdlib/{rocq,coq}-stdlib.opam
172+
opam install vendor/coq/{rocq-runtime,coq-core,rocq-core,coqide-server,rocq-prover,coq}.opam vendor/coq-stdlib/{rocq,coq}-stdlib.opam
173173
174174
- name: Install `coq-lsp` into OPAM switch
175175
run: opam install .

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ make-fmt: build fmt
147147
.PHONY: opam-update-and-reinstall
148148
opam-update-and-reinstall:
149149
git pull --recurse-submodules
150-
for pkg in rocq-runtime coq-core rocq-core coqide-server rocq coq; do opam install -y vendor/coq/$$pkg.opam; done
150+
for pkg in rocq-runtime coq-core rocq-core coqide-server rocq-prover coq; do opam install -y vendor/coq/$$pkg.opam; done
151151
for pkg in rocq-stdlib coq-stdlib; do opam install -y vendor/coq-stdlib/$$pkg.opam; done
152152
opam install .
153153

vendor/coq

Submodule coq updated from 76261ff to 6a0c20e

vendor/coq-stdlib

0 commit comments

Comments
 (0)