Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not include test-data/ in published isal-rs crates #27

Merged

Conversation

musicinmybrain
Copy link
Contributor

This PR excludes test-data/ for published isal-rs crates for several reasons:

  • In practice, this test corpus is only used for the benchmarks, which are already not distributed in the crate – the tests are unaffected by omitting it.
  • Some of the contents are subject to complicated or unclear license terms, which is an issue for those (such as distribution packagers) who would need to redistribute the source archive (.crate file).
  • Omitting the test data makes the released crates vastly smaller (13K instead of 986K).

@milesgranger milesgranger merged commit 688e09f into milesgranger:main Oct 14, 2024
9 checks passed
@milesgranger
Copy link
Owner

Thank you. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants