authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-29 06:25:28+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-29 06:25:28+02:00
log85781eb71daf957a25e2f007335a557b25f0c1b4
tree44ba9a04ae736bf6dcaefab48a403cb97c6cf5b4
parent5a625d5f3cb094242e6a310082c74f1b6461d606
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: update QEMU to 11.1.1

https://codeberg.org/ziglang/qemu-static/releases/tag/11.1.1 closes https://codeberg.org/ziglang/zig/issues/36655

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

ci/x86_64-linux-debug-llvm.sh+1-1
......@@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.17.0-dev.203+073889523"
1111PREFIX="$HOME/deps/$CACHE_BASENAME"
1212ZIG="$PREFIX/bin/zig"
1313
14export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.1.0/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.1.1/bin:$HOME/local/bin:$PATH"
1515
1616# Override the cache directories because they won't actually help other CI runs
1717# which will be testing alternate versions of zig, and ultimately would just
ci/x86_64-linux-debug.sh+1-1
......@@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.17.0-dev.203+073889523"
1111PREFIX="$HOME/deps/$CACHE_BASENAME"
1212ZIG="$PREFIX/bin/zig"
1313
14export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.1.0/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.1.1/bin:$HOME/local/bin:$PATH"
1515
1616# Override the cache directories because they won't actually help other CI runs
1717# which will be testing alternate versions of zig, and ultimately would just
ci/x86_64-linux-release.sh+1-1
......@@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.17.0-dev.203+073889523"
1111PREFIX="$HOME/deps/$CACHE_BASENAME"
1212ZIG="$PREFIX/bin/zig"
1313
14export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.1.0/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.1.1/bin:$HOME/local/bin:$PATH"
1515
1616# Override the cache directories because they won't actually help other CI runs
1717# which will be testing alternate versions of zig, and ultimately would just