mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
multi-step zigging
This commit is contained in:
parent
61d4ed5584
commit
d646a0d7f8
1 changed files with 5 additions and 2 deletions
|
@ -20,8 +20,11 @@ jobs:
|
|||
rustup component add clippy
|
||||
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
yes | cargo binstall cargo-zigbuild
|
||||
curl -L --proto '=https' --tlsv1.2 -sSf https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz | unxz > zig.tar
|
||||
tar -xf zig.tar
|
||||
curl -L --proto '=https' --tlsv1.2 -sSf https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz > zig.tar.gz
|
||||
unxz zig.tar.xz
|
||||
tar -xf zig.tar zig
|
||||
ls
|
||||
ls -lh zig
|
||||
export PATH=$PATH:$(pwd)/zig
|
||||
chmod +x ./zig/zig
|
||||
cargo zigbuild --target x86_64-unknown-linux-musl
|
||||
|
|
Loading…
Reference in a new issue