mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
chore: temporarily disable ARM64 (#22350)
While we figure out the build breakage.
This commit is contained in:
parent
ed34429a5f
commit
de78e4ef1e
2 changed files with 9 additions and 20 deletions
18
.github/workflows/ci.generate.ts
vendored
18
.github/workflows/ci.generate.ts
vendored
|
@ -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",
|
||||
|
|
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue