Skip to content

Commit

Permalink
add archive & counterexamples to update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Jun 5, 2023
1 parent 34bb822 commit 4db5aed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ sed -i.bak '
rm lakefile.lean.bak
lake update

rm -rf Mathbin
curl -qsSL https://github.com/leanprover-community/mathport/releases/download/$tag/mathlib3-synport.tar.gz \
| tar xz
rm -rf Mathbin Archive Counterexamples
for lib in mathlib3 archive counterexamples; do
curl -qsSL https://github.com/leanprover-community/mathport/releases/download/$tag/$lib-synport.tar.gz \
| tar xz
done

lake print-paths
cp build/lib/upstream-rev .
Expand Down

0 comments on commit 4db5aed

Please sign in to comment.