-
Notifications
You must be signed in to change notification settings - Fork 16
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
Replace --ignore-if-missing
with local file check
#184
Replace --ignore-if-missing
with local file check
#184
Conversation
Sources/SwiftSDKGenerator/Generator/SwiftSDKGenerator+Copy.swift
Outdated
Show resolved
Hide resolved
- optional is also a keyword
@swift-ci test |
--ignore-if-missing
with local file check
@swift-ci test |
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.
Seems reasonable to me, would be great get a review from Euan before merging.
I did confirm this works fine on my MacBook Pro, but would be good to double check on another machine as well :) |
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.
Oops my bad. I updated the description. The PR is against #181 so I just fat fingered the description. |
@swift-ci test |
This fixes #181.
Tested this locally by building SDKs. It works for building the SDK for armv7 using my build artifacts:
And also building an SDK for aarch64 using official swift.org artifacts:
@MaxDesiatov @euanh