| author | |
| committer | |
| log | 435b8411b557bb34fcd66f66dcde32e242d34e91 |
| tree | a8a99a864b2875b8362400c162461e9ed9d28d74 |
| parent | c906f7d2e7d66bdc07fe8815d1fb2bb3d6664478 |
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" |
| 11 | 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 12 | 12 | ZIG="$PREFIX/bin/zig" |
| 13 | 13 | |
| 14 | 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" | |
| 14 | export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.0/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.16.0-dev.104+689461e31" |
| 11 | 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 12 | 12 | ZIG="$PREFIX/bin/zig" |
| 13 | 13 | |
| 14 | 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" | |
| 14 | export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.0/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.16.0-dev.104+689461e31" |
| 11 | 11 | PREFIX="$HOME/deps/$CACHE_BASENAME" |
| 12 | 12 | ZIG="$PREFIX/bin/zig" |
| 13 | 13 | |
| 14 | 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" | |
| 14 | export PATH="$HOME/deps/wasmtime-v38.0.3-x86_64-linux:$HOME/deps/qemu-linux-x86_64-10.2.0/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 |