You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[π] Detect system GNU ld script pretending to be system libraries (#9296) (#9359)
- **Explanation**: The `experimental-audit-binary-artifact` command
fails in certain distributions since it doesn't account for `ld`
scripts.
- **Scope**: The cherry picked change is entirely scoped to the
`experimental-audit-binary-artifact` command and has no changes in other
parts of the Swift PM code. This command is also Linux only so it
doesn't affect the other platforms.
- **Issues**: This came up when trying to use the
`experimental-audit-binary-artifact` in `swift-temporal-sdk`.
- **Original PRs**: #9296
- **Risk**: Low since it only touches the experimental command
- **Testing**: I just tested this on the latest nightly main toolchain
and it works now.
- **Reviewers**: @dschaefer2@FranzBusch
Co-authored-by: Daniel Grumberg <dany.grumberg@gmail.com>
0 commit comments