mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
ci: update to Wasmtime 38.0.3
This commit is contained in:
parent
e0898f4e05
commit
e639602569
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
|
||||||
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
||||||
ZIG="$PREFIX/bin/zig"
|
ZIG="$PREFIX/bin/zig"
|
||||||
|
|
||||||
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.1.1/bin:$HOME/local/bin:$PATH"
|
export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.1.1/bin:$HOME/local/bin:$PATH"
|
||||||
|
|
||||||
# Override the cache directories because they won't actually help other CI runs
|
# Override the cache directories because they won't actually help other CI runs
|
||||||
# which will be testing alternate versions of zig, and ultimately would just
|
# which will be testing alternate versions of zig, and ultimately would just
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
|
||||||
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
||||||
ZIG="$PREFIX/bin/zig"
|
ZIG="$PREFIX/bin/zig"
|
||||||
|
|
||||||
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.1.1/bin:$HOME/local/bin:$PATH"
|
export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.1.1/bin:$HOME/local/bin:$PATH"
|
||||||
|
|
||||||
# Override the cache directories because they won't actually help other CI runs
|
# Override the cache directories because they won't actually help other CI runs
|
||||||
# which will be testing alternate versions of zig, and ultimately would just
|
# which will be testing alternate versions of zig, and ultimately would just
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.16.0-dev.104+689461e31"
|
||||||
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
PREFIX="$HOME/deps/$CACHE_BASENAME"
|
||||||
ZIG="$PREFIX/bin/zig"
|
ZIG="$PREFIX/bin/zig"
|
||||||
|
|
||||||
export PATH="$HOME/deps/wasmtime-v29.0.0-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.1.1/bin:$HOME/local/bin:$PATH"
|
export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.1.1.1/bin:$HOME/local/bin:$PATH"
|
||||||
|
|
||||||
# Override the cache directories because they won't actually help other CI runs
|
# Override the cache directories because they won't actually help other CI runs
|
||||||
# which will be testing alternate versions of zig, and ultimately would just
|
# which will be testing alternate versions of zig, and ultimately would just
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue