ci linux: bump qemu 5.0.0-rc4 → 5.0.0

master
Michael Dusan 2020-04-29 17:01:12 -04:00
parent 15141d865a
commit e97181e362
No known key found for this signature in database
GPG Key ID: ED4C5BA849FA1B74
1 changed files with 4 additions and 3 deletions

View File

@ -14,9 +14,10 @@ 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
wget https://ziglang.org/deps/qemu-linux-x86_64-5.0.0-rc4.tar.xz
tar xf qemu-linux-x86_64-5.0.0-rc4.tar.xz
PATH=$PWD/qemu-linux-x86_64-5.0.0-rc4/bin:$PATH
QEMUBASE="qemu-linux-x86_64-5.0.0"
wget https://ziglang.org/deps/$QEMUBASE.tar.xz
tar xf $QEMUBASE.tar.xz
PATH=$PWD/$QEMUBASE/bin:$PATH
# Make the `zig version` number consistent.
# This will affect the cmake command below.