| author | |
| committer | |
| log | 28a259d4a34e544090a76863802e600a4e01fcc2 |
| tree | 10403affeaad5f5134051db29614a899b0c094b5 |
| parent | f07bea20dab813fa1b25c3b3a7abe2fc8c992132 |
2 files changed, 2 insertions(+), 2 deletions(-)
ci/x86_64-linux-debug.sh+1-1| ... | ... | @@ -12,7 +12,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1622+2ac543388" |
| 12 | 12 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 13 | 13 | ZIG="$PREFIX/bin/zig" |
| 14 | 14 | |
| 15 | export PATH="$HOME/deps/wasmtime-v10.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-9.2.0-rc1/bin:$HOME/local/bin:$PATH" | |
| 15 | export PATH="$HOME/deps/wasmtime-v29.0.0-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-9.2.0-rc1/bin:$HOME/local/bin:$PATH" | |
| 16 | 16 | |
| 17 | 17 | # Make the `zig version` number consistent. |
| 18 | 18 | # This will affect the cmake command below. |
ci/x86_64-linux-release.sh+1-1| ... | ... | @@ -12,7 +12,7 @@ CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.14.0-dev.1622+2ac543388" |
| 12 | 12 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 13 | 13 | ZIG="$PREFIX/bin/zig" |
| 14 | 14 | |
| 15 | export PATH="$HOME/deps/wasmtime-v10.0.2-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-9.2.0-rc1/bin:$HOME/local/bin:$PATH" | |
| 15 | export PATH="$HOME/deps/wasmtime-v29.0.0-$ARCH-linux:$HOME/deps/qemu-linux-x86_64-9.2.0-rc1/bin:$HOME/local/bin:$PATH" | |
| 16 | 16 | |
| 17 | 17 | # Make the `zig version` number consistent. |
| 18 | 18 | # This will affect the cmake command below. |