Skip to content

Windows: update build.ps1 to adjust the installer build #80805

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

Merged
merged 3 commits into from
Apr 24, 2025

Conversation

compnerd
Copy link
Member

These set of changes enable building the toolchain with the concept of platforms rather than SDKs. This allows us to build the toolchain in a way that is easier to integrate with SwiftBuild as well as to support the experimental SDK.

This creates a helper for building the SDK for a given OS/Architecture.
The building of the SDK should be uniform and this ensures that we can
maintain that uniformity.

This also highlights any structural changes that are being adjusted
manually. The desire is to bring this to zero by gaining control over
the install rules.
Address the feedback from @jakepetroules about cases.
Adjust the install path computation to support installation of ARM64 on
AMD64. This enables the isolation of the runtimes on all architectures
for Windows to allow building the isolated runtime distribution.
@compnerd compnerd requested review from etcwilde and shahmishal April 14, 2025 22:24
@compnerd compnerd changed the base branch from main to release/6.2 April 14, 2025 22:25
@compnerd compnerd marked this pull request as ready for review April 14, 2025 22:25
@compnerd compnerd requested a review from a team as a code owner April 14, 2025 22:25
@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#413

@swift-ci please build toolchain Windows platform

@compnerd compnerd added swift 6.2 🍒 release cherry pick Flag: Release branch cherry picks labels Apr 14, 2025
@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#413

@swift-ci please smoke test

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#413

@swift-ci please test Windows platform

@compnerd compnerd enabled auto-merge April 15, 2025 23:46
@compnerd
Copy link
Member Author

@compnerd compnerd disabled auto-merge April 15, 2025 23:53
@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#413

@swift-ci please test Linux platform

@compnerd
Copy link
Member Author

Please test with following PRs:
swiftlang/swift-installer-scripts#413

@swift-ci please test macOS platform

@shahmishal shahmishal merged commit ad86786 into swiftlang:release/6.2 Apr 24, 2025
6 checks passed
@compnerd compnerd deleted the 62-installer branch April 25, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 6.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants