From de78e4ef1ea723398f138d798294d021e78a25b4 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 8 Feb 2024 09:50:11 -0700 Subject: [PATCH] chore: temporarily disable ARM64 (#22350) While we figure out the build breakage. --- .github/workflows/ci.generate.ts | 18 +++++++++--------- .github/workflows/ci.yml | 11 ----------- 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 89cd58698d..1fcdf9816f 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -411,15 +411,15 @@ const ci = { job: "lint", profile: "debug", }, { - ...Runners.linuxArm, - job: "test", - profile: "debug", - }, { - ...Runners.linuxArm, - job: "test", - profile: "release", - use_sysroot: true, - }, { + // ...Runners.linuxArm, + // job: "test", + // profile: "debug", + // }, { + // ...Runners.linuxArm, + // job: "test", + // profile: "release", + // use_sysroot: true, + // }, { ...Runners.macosX86, job: "lint", profile: "debug", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c89ef6ee1..0dccd94695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,17 +111,6 @@ jobs: runner: ubuntu-22.04 job: lint profile: debug - - os: linux - arch: aarch64 - runner: ubicloud-standard-16-arm - job: test - profile: debug - - os: linux - arch: aarch64 - runner: ubicloud-standard-16-arm - job: test - profile: release - use_sysroot: true - os: macos arch: x86_64 runner: macos-12