Skip to content

Commit d20194f

Browse files
authored
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
1 parent 2412e8d commit d20194f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
name: Test
219219
runs-on: ${{ matrix.os }}
220220
env:
221-
QEMU_BUILD_VERSION: 6.0.0
221+
QEMU_BUILD_VERSION: 6.1.0
222222
strategy:
223223
matrix:
224224
include:
@@ -234,7 +234,7 @@ jobs:
234234
qemu: qemu-aarch64 -L /usr/aarch64-linux-gnu
235235
qemu_target: aarch64-linux-user
236236
# FIXME(#3183) shouldn't be necessary to specify this
237-
qemu_flags: -cpu cortex-a72
237+
qemu_flags: -cpu max,pauth=off
238238
steps:
239239
- uses: actions/checkout@v2
240240
with:

0 commit comments

Comments
 (0)