Skip to content

Instantly share code, notes, and snippets.

@EliahKagan
Created July 1, 2024 21:56
Show Gist options
  • Save EliahKagan/46df7efa3a5abe1107fba07f489b2e59 to your computer and use it in GitHub Desktop.
Save EliahKagan/46df7efa3a5abe1107fba07f489b2e59 to your computer and use it in GitHub Desktop.
commands to build gitoxide with zlib-stock
cargo install gitoxide --no-default-features --features 'max-control,gix-features/zlib-stock,gitoxide-core-blocking-client,http-client-curl'
cargo nextest run --no-default-features --features 'max-control,gix-features/zlib-stock,gitoxide-core-blocking-client,http-client-curl' --all --no-fail-fast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment