Skip to content

Commit

Permalink
fix: Updated patch from rust-alpine-mimalloc for mimalloc >= 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yohang committed Jan 6, 2025
1 parent c2ca4db commit ff4f43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ if [ "${os}" = "linux" ]; then

git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1 || true)" || true)"

curl -fL --retry 5 https://raw.githubusercontent.com/tweag/rust-alpine-mimalloc/b26002b49d466a295ea8b50828cb7520a71a872a/mimalloc.diff -o mimalloc.diff
curl -fL --retry 5 https://raw.githubusercontent.com/tweag/rust-alpine-mimalloc/1a756444a5c1484d26af9cd39187752728416ba8/mimalloc.diff -o mimalloc.diff
patch -p1 <mimalloc.diff

mkdir -p out/
Expand Down

0 comments on commit ff4f43c

Please sign in to comment.