Skip to content

Commit c1dd255

Browse files
ckirschclaude
andcommitted
Use qemu-system-riscv package for RISC-V system emulators
Ubuntu 26.04 (resolute) split qemu-system-misc and moved the RISC-V system emulators into a dedicated qemu-system-riscv package. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 61358f7 commit c1dd255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ WORKDIR $TOP
9999
# on copy to preserve the filenames the selfie Makefile expects
100100
RUN apt-get update \
101101
&& apt-get install -y --no-install-recommends \
102-
qemu-user qemu-system-misc \
102+
qemu-user qemu-system-riscv \
103103
&& apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
104104

105105
# copy QEMU RISC-V binaries to common output folder, restoring -static suffix

0 commit comments

Comments
 (0)