Skip to content

Commit

Permalink
[vendor] Bump Coq and Stdlib for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Feb 3, 2025
1 parent edf9a9e commit ddae589
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
run: |
opam install lwt logs # Also build pet-server
opam install memprof-limits # We need to do this to avoid coq-lsp rebuilding Coq below due to deptops
opam install vendor/coq/{rocq-runtime,coq-core,rocq-core,coqide-server,rocq,coq}.opam vendor/coq-stdlib/{rocq,coq}-stdlib.opam
opam install vendor/coq/{rocq-runtime,coq-core,rocq-core,coqide-server,rocq-prover,coq}.opam vendor/coq-stdlib/{rocq,coq}-stdlib.opam
- name: Install `coq-lsp` into OPAM switch
run: opam install .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ make-fmt: build fmt
.PHONY: opam-update-and-reinstall
opam-update-and-reinstall:
git pull --recurse-submodules
for pkg in rocq-runtime coq-core rocq-core coqide-server rocq coq; do opam install -y vendor/coq/$$pkg.opam; done
for pkg in rocq-runtime coq-core rocq-core coqide-server rocq-prover coq; do opam install -y vendor/coq/$$pkg.opam; done
for pkg in rocq-stdlib coq-stdlib; do opam install -y vendor/coq-stdlib/$$pkg.opam; done
opam install .

Expand Down
2 changes: 1 addition & 1 deletion vendor/coq
Submodule coq updated 128 files
2 changes: 1 addition & 1 deletion vendor/coq-stdlib
Submodule coq-stdlib updated 810 files

0 comments on commit ddae589

Please sign in to comment.