authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-05-17 09:10:47-04:00
committergravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-05-17 12:06:25-04:00
log04d95ea4192a7f70e7c11b8ee67d237cf38da9b7
tree92c97c45af4ebf92bb371193051886d33a5875b6
parent8467373bb84fc7b0690c0e4d024d2cb298931cd9

ci linux: bump qemu-5.2.0.1

- apply patch for qemu-user syscall do_sendrecvmsg_locked - see #8750

1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/linux_script+1-1
......@@ -20,7 +20,7 @@ cd $HOME
2020wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz"
2121tar xf "$CACHE_BASENAME.tar.xz"
2222
23QEMUBASE="qemu-linux-x86_64-5.2.0"
23QEMUBASE="qemu-linux-x86_64-5.2.0.1"
2424wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz"
2525tar xf "$QEMUBASE.tar.xz"
2626export PATH="$(pwd)/$QEMUBASE/bin:$PATH"