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

Cargo.toml: Exclude idna/tests for vendor tarball #4761

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

travier
Copy link
Member

@travier travier commented Jan 8, 2024

Exclude test files from the idna create that we don't need for rpm-ostree. Those test fiels include invalid Unicode code points for testing and that triggers rpminspect checks for Fedora RPM packaging.

Fixes: #4760
See: https://github.com/servo/rust-url/blob/master/idna/tests/IdnaTestV2.txt

Exclude test files from the `idna` create that we don't need for
rpm-ostree. Those test fiels include invalid Unicode code points for
testing and that triggers rpminspect checks for Fedora RPM packaging.

Fixes: coreos#4760
See: https://github.com/servo/rust-url/blob/master/idna/tests/IdnaTestV2.txt
@travier
Copy link
Member Author

travier commented Jan 8, 2024

Locally tested that the folder is now excluded.

@cgwalters cgwalters merged commit 4056e33 into coreos:main Jan 8, 2024
16 of 17 checks passed
@travier travier deleted the exclude-idna-tests branch January 8, 2024 19:01
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.

Do not include idna/tests/IdnaTestV2.txt in vendor source tarball
2 participants