-
Notifications
You must be signed in to change notification settings - Fork 475
build: Install libraries in an arch
sub-folder
#889
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
base: main
Are you sure you want to change the base?
build: Install libraries in an arch
sub-folder
#889
Conversation
This is the proper installation scheme for Swift libraries and prevents having to manually copy them in `build.ps1`.
@swift-ci please smoke 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.
If we are updating this, we should be using the new tooling that we have been adding into the runtimes build. There is already a pending change of mine that needs to be refreshed for this.
I changed this to get the arch value from the compiler. Is this what you had in mind? |
This also refactors the code so we only do a single call to the Swift compiler to gather the target info JSON.
@swift-ci please smoke test |
@swift-ci please test |
@swift-ci please test Windows platform |
@swift-ci please test Linux platform |
@swift-ci please test windows platform |
@swift-ci please test linux platform |
@swift-ci please test Windows platform |
@swift-ci please test linux platform |
@swift-ci please test Windows platform |
@swift-ci please test Linux platform |
@swift-ci please test |
This is the proper installation scheme for Swift libraries and prevents having to manually copy them in
build.ps1
.