Skip to content

Commit

Permalink
debian: Add build depend on qemu-system-misc
Browse files Browse the repository at this point in the history
This gets the risc-v qemu needed for testing.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 27, 2022
1 parent 224ca87 commit 4ad4a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), libreadline-dev, python3:any, lola, gawk
Build-Depends-Indep: avr-libc, gcc-avr,
binutils-arm-none-eabi, gcc-arm-none-eabi, picolibc-arm-none-eabi (>= 1.4), qemu-system-arm,
binutils-riscv64-unknown-elf, gcc-riscv64-unknown-elf, picolibc-riscv64-unknown-elf (>= 1.4),
gcc-arm-linux-gnueabi, libc6-dev-armel-cross,
gcc-arm-linux-gnueabi, libc6-dev-armel-cross, qemu-system-misc,
asciidoctor, ruby-asciidoctor-pdf, ruby-coderay
Standards-Version: 4.6.0.1
Homepage: https://sneklang.org
Expand Down

0 comments on commit 4ad4a10

Please sign in to comment.