mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
CI: Re-enable booting aarch64 in CI self-test mode on CI
This commit is contained in:
parent
424eca24ba
commit
39202f2222
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -237,7 +237,7 @@ jobs:
|
||||||
run: ninja install && ninja qemu-image
|
run: ninja install && ninja qemu-image
|
||||||
|
|
||||||
- name: Run On-Target Tests
|
- name: Run On-Target Tests
|
||||||
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' && matrix.arch != 'aarch64' }}
|
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' }}
|
||||||
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}
|
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}
|
||||||
env:
|
env:
|
||||||
SERENITY_QEMU_CPU: "max,vmx=off"
|
SERENITY_QEMU_CPU: "max,vmx=off"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue