mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
The previous commit added vendor/oci-distribution as a git submodule pointer, which caused CI to fail because the files weren't actually present. This commit removes the submodule and adds the actual files directly.
9 lines
283 B
Text
9 lines
283 B
Text
set shell := ["powershell.exe", "-c"]
|
|
|
|
build +FLAGS='--no-default-features --features rustls-tls':
|
|
cargo build {{FLAGS}}
|
|
|
|
test:
|
|
cargo fmt --all -- --check
|
|
cargo clippy --no-default-features --features rustls-tls
|
|
cargo test --no-default-features --features rustls-tls
|