Skip to content

Dockerfile.tuxrun-dispatcher: add qemu-system-riscv package#61

Merged
roxell merged 1 commit into
kernelci:masterfrom
bhcopeland:add-qemu-riscv
Mar 9, 2026
Merged

Dockerfile.tuxrun-dispatcher: add qemu-system-riscv package#61
roxell merged 1 commit into
kernelci:masterfrom
bhcopeland:add-qemu-riscv

Conversation

@bhcopeland
Copy link
Copy Markdown
Member

RISC-V QEMU binaries were moved out of qemu-system-misc into their own qemu-system-riscv package in newer Debian, causing qemu-system-riscv64 to be missing from the image.

…390x packages

QEMU 10.x split riscv and s390x out of qemu-system-misc into their own
packages. The base image has older versions of the qemu packages which
get upgraded by apt-get upgrade, changing their install status to "auto".
This causes apt-get autoremove to remove the newly added packages.

Fix by adding apt-mark manual for all qemu packages before autoremove.

Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
@bhcopeland bhcopeland requested a review from roxell March 9, 2026 08:47
@roxell roxell merged commit 18df867 into kernelci:master Mar 9, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants