Skip to content

Commit

Permalink
fix(ci): update mimalloc patch for static build compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz committed Jan 6, 2025
1 parent c2ca4db commit 7663932
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 @@ -217,7 +217,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
patch -p1 <mimalloc.diff
patch -p1 <mimalloc.diff || echo "Patch failed, continuing without it."

mkdir -p out/
cd out/
Expand Down

0 comments on commit 7663932

Please sign in to comment.