Skip to content

Commit

Permalink
Update github_ci_prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
franzflasch authored Jun 25, 2023
1 parent d69025a commit 2f5cd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_ci_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ROOT_DIR=${PWD}
############################# QEMU #############################
git clone --depth=1 --branch v5.2.0 https://github.com/qemu/qemu
cd qemu
./configure --target-list=riscv64-softmmu,riscv32-softmmu
./configure --target-list=riscv64-softmmu,riscv32-softmmu --disable-werror
make -j $(nproc)
sudo make install

Expand Down

0 comments on commit 2f5cd37

Please sign in to comment.