Enable all aarch64 features in QEMU CI runner, except PAC (#3325)
* Enable all aarch64 features in QEMU CI runner, except PAC * Upgrade QEMU version to 6.1.0
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -218,7 +218,7 @@ jobs:
|
|||||||
name: Test
|
name: Test
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
QEMU_BUILD_VERSION: 6.0.0
|
QEMU_BUILD_VERSION: 6.1.0
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -234,7 +234,7 @@ jobs:
|
|||||||
qemu: qemu-aarch64 -L /usr/aarch64-linux-gnu
|
qemu: qemu-aarch64 -L /usr/aarch64-linux-gnu
|
||||||
qemu_target: aarch64-linux-user
|
qemu_target: aarch64-linux-user
|
||||||
# FIXME(#3183) shouldn't be necessary to specify this
|
# FIXME(#3183) shouldn't be necessary to specify this
|
||||||
qemu_flags: -cpu cortex-a72
|
qemu_flags: -cpu max,pauth=off
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user