| author | |
| committer | |
| log | 04d95ea4192a7f70e7c11b8ee67d237cf38da9b7 |
| tree | 92c97c45af4ebf92bb371193051886d33a5875b6 |
| parent | 8467373bb84fc7b0690c0e4d024d2cb298931cd9 |
- apply patch for qemu-user syscall do_sendrecvmsg_locked
- see #87501 files changed, 1 insertions(+), 1 deletions(-)
ci/azure/linux_script+1-1| ... | ... | @@ -20,7 +20,7 @@ cd $HOME |
| 20 | 20 | wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz" |
| 21 | 21 | tar xf "$CACHE_BASENAME.tar.xz" |
| 22 | 22 | |
| 23 | QEMUBASE="qemu-linux-x86_64-5.2.0" | |
| 23 | QEMUBASE="qemu-linux-x86_64-5.2.0.1" | |
| 24 | 24 | wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz" |
| 25 | 25 | tar xf "$QEMUBASE.tar.xz" |
| 26 | 26 | export PATH="$(pwd)/$QEMUBASE/bin:$PATH" |