Skip to content

Commit

Permalink
Merge pull request #587 from ejgallego/update_submodules_script
Browse files Browse the repository at this point in the history
[build] [vendor] Bump submodules + make submodules-update script
  • Loading branch information
ejgallego authored Oct 25, 2023
2 parents d66060e + cb40780 commit f42d517
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ submodules-init:
submodules-deinit:
git submodule deinit -f --all

# Update submodules from upstream
.PHONY: submodules-update
submodules-update:
(cd vendor/coq && git checkout master && git pull upstream master)
(cd vendor/coq-serapi && git checkout main && git pull upstream main)

# Build the vscode extension
.PHONY: extension
extension:
Expand Down
2 changes: 1 addition & 1 deletion vendor/coq
Submodule coq updated 238 files
2 changes: 1 addition & 1 deletion vendor/coq-serapi

0 comments on commit f42d517

Please sign in to comment.