Skip to content

Commit

Permalink
git workflows: update qemu to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franzflasch committed Feb 7, 2024
1 parent ece7507 commit a901ef8
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 @@ -10,7 +10,7 @@ sudo apt install -y libpixman-1-dev libglib2.0-dev pkg-config libpython3.10-dev
ROOT_DIR=${PWD}

############################# QEMU #############################
git clone --depth=1 --branch v5.2.0 https://github.com/qemu/qemu
git clone --depth=1 --branch v6.2.0 https://github.com/qemu/qemu
cd qemu
./configure --target-list=riscv64-softmmu,riscv32-softmmu --disable-werror
make -j $(nproc)
Expand Down

0 comments on commit a901ef8

Please sign in to comment.