Clean up Netlify script

This commit is contained in:
Brian Carroll 2022-05-14 10:09:50 +01:00
parent 1c56280a2c
commit 3e7928096d

View file

@ -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