Skip to content

Commit

Permalink
ci(packages): revert "enable arm and arch64 CPU emulation"
Browse files Browse the repository at this point in the history
Running some bionic executables with qemu causes process hangs and build hits CI time limit.
This reverts commit a17c6f4.
  • Loading branch information
twaik committed Aug 13, 2024
1 parent c81c522 commit a2703e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
target_arch: [aarch64, arm, i686, x86_64]
fail-fast: false
steps:
- name: Setup arm and aarch64 CPU emulators
continue-on-error: true
uses: dbhi/qus/action@main
with:
targets: arm aarch64
- name: Clone repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a2703e7

Please sign in to comment.