-
Notifications
You must be signed in to change notification settings - Fork 89
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/package_checks: Add check for included static libraries #2039
Conversation
Current list of failures:
|
i think we need static zlib for the gnu toolchain, will have to check the git history to double check. |
What is the status on this @joebonrichie ? |
@silkeh Needs a rebase it looks like? |
**Summary** Add a check that fails when static libraries are included. Packages or paths that should contain static libraries can be allow-listed in the CI configuration.
79a8ccf
to
fd4718f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Would prefer if Joey got a chance to review the allowlist. Doesn't need to be in this PR, as we can change it as we hit issues.
Summary
Add a check that fails when static libraries are included.
Packages or paths that should contain static libraries can be allow-listed in the CI configuration.
Depends on #2038.
Test Plan
Checklist
Package was built and tested against unstable