Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions build-bench-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ readonly version_yal=main
# benchmark versions
readonly version_redis=6.2.7
readonly version_lean=21d264a66d53b0a910178ae7d9529cb5886a39b6 # build fix for recent compilers
readonly version_mathlib=release_812
readonly version_rocksdb=8.1.1
readonly version_lua=v5.4.7
readonly version_linux=6.5.1
Expand Down Expand Up @@ -787,8 +788,8 @@ if test "$setup_lean" = "1"; then
echo "make -j$procs"
make -j $procs
rm -rf ./tests/ # we don't need tests
mkdir -p "$devdir/mathlib"
cp -u "$devdir/lean/leanpkg/leanpkg.toml" "$devdir/mathlib"
popd
checkout mathlib $version_mathlib https://github.com/leanprover-community/mathlib3
popd
fi

Expand Down
Loading