authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-09-22 22:05:06-04:00
committergravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-09-23 21:22:53-04:00
logcc4d38ed574690e0b212fc47431324325edc7921
tree3eaa3831f814c7f2924c9212c6ffc03b43f84c24
parentbdbd060cc7a150ff2dfe367f3eb08eff6ab319fd

ci linux: bump qemu-6.1.0.1

closes #8653

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

ci/azure/linux_script+1-1
...@@ -20,7 +20,7 @@ cd $HOME...@@ -20,7 +20,7 @@ cd $HOME
20wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz"20wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz"
21tar xf "$CACHE_BASENAME.tar.xz"21tar xf "$CACHE_BASENAME.tar.xz"
2222
23QEMUBASE="qemu-linux-x86_64-5.2.0.1"23QEMUBASE="qemu-linux-x86_64-6.1.0.1"
24wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz"24wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz"
25tar xf "$QEMUBASE.tar.xz"25tar xf "$QEMUBASE.tar.xz"
26export PATH="$(pwd)/$QEMUBASE/bin:$PATH"26export PATH="$(pwd)/$QEMUBASE/bin:$PATH"