Skip to content

Commit 582aed2

Browse files
authored
Disable flaky arm64 buildbots (#882)
The "ubuntu-24.04-arm (Release)" buildbot intermittently fails at the "Run actions/checkout@v4" step for no apparent reason. ARM runners are in preview mode so disable them until GitHub fixes it. Fixes: #879
1 parent 1486c85 commit 582aed2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
config:
51-
- { os: ubuntu-24.04-arm, configType: Debug }
52-
- { os: ubuntu-24.04-arm, configType: Release, runTest262: true }
51+
# see https://github.com/quickjs-ng/quickjs/issues/879 - tl;dr flaky
52+
#- { os: ubuntu-24.04-arm, configType: Debug }
53+
#- { os: ubuntu-24.04-arm, configType: Release, runTest262: true }
5354
- { os: ubuntu-latest, configType: Debug }
5455
- { os: ubuntu-latest, configType: Release, runTest262: true }
5556
- { os: ubuntu-latest, configType: examples }

0 commit comments

Comments
 (0)