commit 04d95ea4192a7f70e7c11b8ee67d237cf38da9b7 (tree)
parent 8467373bb84fc7b0690c0e4d024d2cb298931cd9
Author: Michael Dusan <michael.dusan@gmail.com>
Date: Mon, 17 May 2021 09:10:47 -0400
ci linux: bump qemu-5.2.0.1
- apply patch for qemu-user syscall do_sendrecvmsg_locked
- see #8750
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"
+QEMUBASE="qemu-linux-x86_64-5.2.0.1"
wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz"
tar xf "$QEMUBASE.tar.xz"
export PATH="$(pwd)/$QEMUBASE/bin:$PATH"