authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-27 07:49:31+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-28 04:03:00+02:00
loga3508c4b3a66b15eaa543768b1ea7157f5e5f75b
tree925b58db4381cfe2a434bc7e7598b9cac7a9fded
parent3de725074dcee2e224ab80fd254a4855cb6de21e

ci: update to QEMU 11.0.1


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-v44.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.0/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v44.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.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-v44.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.0/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v44.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.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-v44.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.0/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v44.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.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