chore: temporarily disable ARM64 (#22350)

While we figure out the build breakage.
This commit is contained in:
Matt Mastracci 2024-02-08 09:50:11 -07:00 committed by GitHub
parent ed34429a5f
commit de78e4ef1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 20 deletions

View file

@ -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",

View file

@ -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