From a70ddd8d5c0628fe476f6cdd896790637f6120c8 Mon Sep 17 00:00:00 2001 From: monosans Date: Mon, 2 Feb 2026 16:43:20 +0300 Subject: [PATCH] fix(workflow): remove macOS x86_64 platform from allocator benchmark jobs fix(script): add rust and cargo installation to Alpine benchmark script --- .github/scripts/allocator_bench_alpine.sh | 2 +- .github/workflows/allocator-bench.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/scripts/allocator_bench_alpine.sh b/.github/scripts/allocator_bench_alpine.sh index 14fbbff..4fa21d5 100644 --- a/.github/scripts/allocator_bench_alpine.sh +++ b/.github/scripts/allocator_bench_alpine.sh @@ -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" diff --git a/.github/workflows/allocator-bench.yml b/.github/workflows/allocator-bench.yml index b154e1f..11c4f71 100644 --- a/.github/workflows/allocator-bench.yml +++ b/.github/workflows/allocator-bench.yml @@ -19,7 +19,6 @@ jobs: - ubuntu-24.04-arm-2 - windows-2025 - windows-11-arm - - macos-15-x86_64 - macos-15-arm64 - alpine-dockerized include: @@ -39,10 +38,6 @@ jobs: platform_name: windows-11-arm runner: windows-11-arm alpine: false - - platform: macos-15-x86_64 - platform_name: macos-15 x86_64 - runner: macos-15-large - alpine: false - platform: macos-15-arm64 platform_name: macos-15 arm64 runner: macos-15