Skip to content

Commit a8f8c43

Browse files
committed
Update QEMU version for CI
1 parent 90f6de0 commit a8f8c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uefi-test-runner/ci/travis-qemu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SOFTWARE.
2727

2828
set -e
2929

30-
VERSION=3.0.0
30+
VERSION=4.2.0
3131
ARCHES=x86_64
3232
TARGETS=${QEMU_TARGETS:=$(echo $ARCHES | sed 's#$# #;s#\([^ ]*\) #\1-softmmu \1-linux-user #g')}
3333

@@ -43,8 +43,8 @@ cd $HOME
4343
rm -rf qemu
4444

4545
# Checking for a tarball before downloading makes testing easier :-)
46-
test -f "qemu-$VERSION.tar.bz2" || wget "http://wiki.qemu-project.org/download/qemu-$VERSION.tar.bz2"
47-
tar -xf "qemu-$VERSION.tar.bz2"
46+
test -f "qemu-$VERSION.tar.xz" || wget "https://download.qemu.org/qemu-$VERSION.tar.xz"
47+
tar -xf "qemu-$VERSION.tar.xz"
4848
cd "qemu-$VERSION"
4949

5050
./configure \

0 commit comments

Comments
 (0)