mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-15 21:23:57 +00:00
Clean up Netlify script
This commit is contained in:
parent
1c56280a2c
commit
3e7928096d
1 changed files with 4 additions and 8 deletions
|
|
@ -8,13 +8,9 @@ rustup update
|
|||
rustup default stable
|
||||
rustup target add wasm32-unknown-unknown wasm32-wasi
|
||||
|
||||
ZIG_DIR="zig-linux-x86_64-0.9.1"
|
||||
wget https://ziglang.org/download/0.9.1/${ZIG_DIR}.tar.xz
|
||||
|
||||
uname -a
|
||||
|
||||
xz --decompress ${ZIG_DIR}.tar.xz
|
||||
tar xvf ${ZIG_DIR}.tar
|
||||
export PATH="${ZIG_DIR}:${PATH}"
|
||||
ZIG_DIRNAME="zig-linux-x86_64-0.9.1"
|
||||
wget https://ziglang.org/download/0.9.1/${ZIG_DIRNAME}.tar.xz
|
||||
tar --extract --xz --file=${ZIG_DIRNAME}.tar.xz
|
||||
export PATH="$(pwd)/${ZIG_DIRNAME}:${PATH}"
|
||||
|
||||
bash build.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue