authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-02 14:48:13+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-03-02 19:25:09+01:00
log421c3c3cc57f05bf53678ee79230c66200a69081
treed41d3f6d71d937ddf5bc7e468c161cd411f4cc69
parent0a2f6a048b1e9c9eee97b463c18aaedad3e31f60

ci: update qemu to 10.2.1.1

https://patchwork.kernel.org/project/qemu-devel/list/?series=1059138

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.16.0-dev.104+689461e31"
1111PREFIX="$HOME/deps/$CACHE_BASENAME"
1212ZIG="$PREFIX/bin/zig"
1313
14export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.1/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.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.16.0-dev.104+689461e31"
1111PREFIX="$HOME/deps/$CACHE_BASENAME"
1212ZIG="$PREFIX/bin/zig"
1313
14export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.1/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.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.16.0-dev.104+689461e31"
1111PREFIX="$HOME/deps/$CACHE_BASENAME"
1212ZIG="$PREFIX/bin/zig"
1313
14export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.1/bin:$HOME/local/bin:$PATH"
14export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.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