ci linux: bump qemu-5.0.0-z2

closes #5245
see 1b41e31a5c
master
Michael Dusan 2020-05-02 04:35:03 -04:00
parent 77376a54bf
commit 5fb8d7dcdc
No known key found for this signature in database
GPG Key ID: ED4C5BA849FA1B74
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ sudo apt-get remove -y llvm-*
sudo rm -rf /usr/local/*
sudo apt-get install -y libxml2-dev libclang-10-dev llvm-10 llvm-10-dev liblld-10-dev cmake s3cmd gcc-7 g++-7
QEMUBASE="qemu-linux-x86_64-5.0.0"
QEMUBASE="qemu-linux-x86_64-5.0.0-z2"
wget https://ziglang.org/deps/$QEMUBASE.tar.xz
tar xf $QEMUBASE.tar.xz
PATH=$PWD/$QEMUBASE/bin:$PATH