Skip to content

Commit

Permalink
Merge #100
Browse files Browse the repository at this point in the history
100: CI: Don't test aarch64 on macOS r=mkroening a=mkroening

Workaround for #99.

Co-authored-by: Martin Kröning <[email protected]>
  • Loading branch information
bors[bot] and mkroening authored May 24, 2022
2 parents 31f2694 + 30aa9a5 commit 09f6fe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
arch: [x86_64, aarch64]
exclude:
# TODO: Workaround for https://github.com/hermitcore/rusty-loader/issues/99
- os: macos-latest
arch: aarch64
runs-on: ${{ matrix.os }}
steps:
- name: Install QEMU, NASM (ubuntu)
Expand Down
1 change: 0 additions & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ status = [
"Integration Test (ubuntu-latest, x86_64)",
"Integration Test (ubuntu-latest, aarch64)",
"Integration Test (macos-latest, x86_64)",
"Integration Test (macos-latest, aarch64)",
"Integration Test (windows-latest, x86_64)",
"Integration Test (windows-latest, aarch64)",
]
Expand Down

0 comments on commit 09f6fe3

Please sign in to comment.