| author | |
| committer | |
| log | 175589fc713d0c706812508fb6bb566b77423b83 |
| tree | ff2587ee7b3fc72ce0aefcd198d517db2802bb97 |
| parent | 902b71eafa9c92d01a6c0195dfdc5a59294dfe20 |
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" |
| 11 | 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 12 | 12 | ZIG="$PREFIX/bin/zig" |
| 13 | 13 | |
| 14 | export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.1/bin:$HOME/local/bin:$PATH" | |
| 14 | export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.2/bin:$HOME/local/bin:$PATH" | |
| 15 | 15 | |
| 16 | 16 | # Override the cache directories because they won't actually help other CI runs |
| 17 | 17 | # 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" |
| 11 | 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 12 | 12 | ZIG="$PREFIX/bin/zig" |
| 13 | 13 | |
| 14 | export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.1/bin:$HOME/local/bin:$PATH" | |
| 14 | export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.2/bin:$HOME/local/bin:$PATH" | |
| 15 | 15 | |
| 16 | 16 | # Override the cache directories because they won't actually help other CI runs |
| 17 | 17 | # 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" |
| 11 | 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 12 | 12 | ZIG="$PREFIX/bin/zig" |
| 13 | 13 | |
| 14 | export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.1/bin:$HOME/local/bin:$PATH" | |
| 14 | export PATH="$HOME/deps/wasmtime-v46.0.1-x86_64-linux:$HOME/deps/qemu-linux-x86_64-11.0.2/bin:$HOME/local/bin:$PATH" | |
| 15 | 15 | |
| 16 | 16 | # Override the cache directories because they won't actually help other CI runs |
| 17 | 17 | # which will be testing alternate versions of zig, and ultimately would just |