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

ci: Properly exclude large stuff from the reproducible FF extension source zip #15543

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

torokati44
Copy link
Member

This is a fixup for #15518 and #15066, because the reproducible source zip in https://github.com/ruffle-rs/ruffle/releases/tag/nightly-2024-03-12 is still 800M+.

Turns out, zip doesn't exclude an entire folder unless the exclusion pattern ends with /* - looks like it does a sort of string matching, rather than the usual recursive FS globbing?
Also, -x takes a list of patterns, no need to specify it multiple times.
I've also added the web/docker/docker_builds folder to the exclusion list, just to be safe.

@Dinnerbone Dinnerbone enabled auto-merge (rebase) March 12, 2024 16:29
@Dinnerbone Dinnerbone merged commit 92296e7 into ruffle-rs:master Mar 12, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants