mirror of
https://github.com/ziglang/zig.git
synced 2025-12-17 19:53:06 +00:00
ci linux: bump qemu-5.2.0.1
- apply patch for qemu-user syscall do_sendrecvmsg_locked - see #8750
This commit is contained in:
parent
8467373bb8
commit
04d95ea419
@ -20,7 +20,7 @@ cd $HOME
|
|||||||
wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz"
|
wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz"
|
||||||
tar xf "$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"
|
wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz"
|
||||||
tar xf "$QEMUBASE.tar.xz"
|
tar xf "$QEMUBASE.tar.xz"
|
||||||
export PATH="$(pwd)/$QEMUBASE/bin:$PATH"
|
export PATH="$(pwd)/$QEMUBASE/bin:$PATH"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user