mirror of
https://github.com/openwall/lkrg.git
synced 2023-12-13 21:30:29 +01:00
CI: Re-enable AArch64 test, but without BTI
This commit is contained in:
parent
f32f627950
commit
4da9ded1a2
1 changed files with 7 additions and 7 deletions
14
.github/workflows/docker-boot.yml
vendored
14
.github/workflows/docker-boot.yml
vendored
|
@ -11,13 +11,13 @@ jobs:
|
|||
# - args: image=i386/ubuntu:bionic
|
||||
# qemu=qemu-system-i386
|
||||
# install: qemu-system-x86
|
||||
#
|
||||
# - args: image=arm64v8/ubuntu:impish
|
||||
# opts="-M virt,gic-version=3 -cpu max"
|
||||
# console=ttyAMA0
|
||||
# root=/dev/vda
|
||||
# qemu=qemu-system-aarch64
|
||||
# install: qemu-system-arm
|
||||
|
||||
- args: image=arm64v8/ubuntu:jammy
|
||||
opts="-M virt,gic-version=3 -cpu cortex-a57"
|
||||
console=ttyAMA0
|
||||
root=/dev/vda
|
||||
qemu=qemu-system-aarch64
|
||||
install: qemu-system-arm
|
||||
|
||||
# It's possible to use: opts="-M raspi2b" dtb=bcm2709-rpi-2-b.dtb root=/dev/mmcblk0
|
||||
# but since power-off is unreliable anyway (until QEMU 6.2) use simpler virt machine.
|
||||
|
|
Loading…
Reference in a new issue