-
Notifications
You must be signed in to change notification settings - Fork 109
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] add test to check libFoundation.so & co are not linked to the bi… #441
Conversation
37da1b8
to
15f6410
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! Thank you.
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.
GH is being really weird at the moment and diffs are broken - it's not showing this as a new file, like it's stuck diffing a particular commit or something. This file doesn't exist on main right?
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.
@0xTim I’m sorry I messed things up. It's not a problem with GitHub, it's me.
Now it's fixed, you should see the entire script as a new file in this PR
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.
Ahh makes sense, thanks!
bb3f2d1
to
bc02c30
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.
Ahh makes sense, thanks!
This adds a test in the
integration_test.yml
workflow to verify thatlibFoundation.so
,libFoundationInternationalization.so
, andlib_FoundationICU.so
and not linked the the function binary.This is a follow up from the work make by @t089 to ensure that we don't accidentally link Foundation again in the future.
Remove Foundation : #436
Add test in CI to ensure we don't link to foundation : #402