From 7663932b0259c54d5db36ce8b6b052e9f925524e Mon Sep 17 00:00:00 2001 From: Vincent Amstoutz Date: Mon, 6 Jan 2025 15:29:04 +0100 Subject: [PATCH] fix(ci): update mimalloc patch for static build compatibility --- build-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static.sh b/build-static.sh index d2462d50a..55c8aa2f4 100755 --- a/build-static.sh +++ b/build-static.sh @@ -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