1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00

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 Divy Srivastava
parent 49214d309f
commit ebecc26f0d
2 changed files with 9 additions and 20 deletions

View file

@ -414,15 +414,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

@ -113,17 +113,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