We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be2c4f commit 121ac93Copy full SHA for 121ac93
1 file changed
build-bench-env.sh
@@ -68,6 +68,7 @@ readonly version_yal=main
68
# benchmark versions
69
readonly version_redis=6.2.7
70
readonly version_lean=21d264a66d53b0a910178ae7d9529cb5886a39b6 # build fix for recent compilers
71
+readonly version_mathlib=release_812
72
readonly version_rocksdb=8.1.1
73
readonly version_lua=v5.4.7
74
readonly version_linux=6.5.1
@@ -787,8 +788,8 @@ if test "$setup_lean" = "1"; then
787
788
echo "make -j$procs"
789
make -j $procs
790
rm -rf ./tests/ # we don't need tests
- mkdir -p "$devdir/mathlib"
791
- cp -u "$devdir/lean/leanpkg/leanpkg.toml" "$devdir/mathlib"
+ popd
792
+ checkout mathlib $version_mathlib https://github.com/leanprover-community/mathlib3
793
popd
794
fi
795
0 commit comments