feat: add zigbuilg
This commit is contained in:
4
justfile
4
justfile
@@ -13,6 +13,10 @@ build:
|
|||||||
build-no-features:
|
build-no-features:
|
||||||
cargo build --release --no-default-features
|
cargo build --release --no-default-features
|
||||||
|
|
||||||
|
# Build linux musl release without features via zig
|
||||||
|
build-linux-musl-with-zig:
|
||||||
|
cargo zigbuild --release --target x86_64-unknown-linux-musl --no-default-features
|
||||||
|
|
||||||
# Lint code
|
# Lint code
|
||||||
lint:
|
lint:
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
|||||||
Reference in New Issue
Block a user