We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f6de0 commit a8f8c43Copy full SHA for a8f8c43
uefi-test-runner/ci/travis-qemu.sh
@@ -27,7 +27,7 @@ SOFTWARE.
27
28
set -e
29
30
-VERSION=3.0.0
+VERSION=4.2.0
31
ARCHES=x86_64
32
TARGETS=${QEMU_TARGETS:=$(echo $ARCHES | sed 's#$# #;s#\([^ ]*\) #\1-softmmu \1-linux-user #g')}
33
@@ -43,8 +43,8 @@ cd $HOME
43
rm -rf qemu
44
45
# 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"
+test -f "qemu-$VERSION.tar.xz" || wget "https://download.qemu.org/qemu-$VERSION.tar.xz"
+tar -xf "qemu-$VERSION.tar.xz"
48
cd "qemu-$VERSION"
49
50
./configure \
0 commit comments