commit cc4d38ed574690e0b212fc47431324325edc7921 (tree)
parent bdbd060cc7a150ff2dfe367f3eb08eff6ab319fd
Author: Michael Dusan <michael.dusan@gmail.com>
Date: Wed, 22 Sep 2021 22:05:06 -0400
ci linux: bump qemu-6.1.0.1
closes #8653
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/azure/linux_script b/ci/azure/linux_script
@@ -20,7 +20,7 @@ cd $HOME
wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz"
tar xf "$CACHE_BASENAME.tar.xz"
-QEMUBASE="qemu-linux-x86_64-5.2.0.1"
+QEMUBASE="qemu-linux-x86_64-6.1.0.1"
wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz"
tar xf "$QEMUBASE.tar.xz"
export PATH="$(pwd)/$QEMUBASE/bin:$PATH"