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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user