fix(workflow): remove macOS x86_64 platform from allocator benchmark jobs

fix(script): add rust and cargo installation to Alpine benchmark script
This commit is contained in:
monosans
2026-02-02 16:43:20 +03:00
parent 0f31744103
commit a70ddd8d5c
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ fi
ALPINE_SCRIPT=$(cat <<'EOF'
set -eu
apk add --no-cache build-base pkgconfig time
apk add --no-cache build-base pkgconfig time rust cargo
build_features() {
allocator="$1"