Skip to content

Commit 595cd89

Browse files
committed
ci: update to QEMU 10.1.1
1 parent 27a396d commit 595cd89

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ci/x86_64-linux-debug-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
1111
PREFIX="$HOME/deps/$CACHE_BASENAME"
1212
ZIG="$PREFIX/bin/zig"
1313

14-
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.0/bin:$HOME/local/bin:$PATH"
14+
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
1111
PREFIX="$HOME/deps/$CACHE_BASENAME"
1212
ZIG="$PREFIX/bin/zig"
1313

14-
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.0/bin:$HOME/local/bin:$PATH"
14+
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
1111
PREFIX="$HOME/deps/$CACHE_BASENAME"
1212
ZIG="$PREFIX/bin/zig"
1313

14-
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.0/bin:$HOME/local/bin:$PATH"
14+
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.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

0 commit comments

Comments
 (0)