Skip to content
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

[6.1] Merge main into 6.1 to pick up recent fixes #359

Merged
merged 8 commits into from
Jan 13, 2025

Conversation

bnbarham
Copy link

@bnbarham bnbarham commented Jan 2, 2025

We mostly want 345b660, but the rest all seem reasonable as well.

@bnbarham
Copy link
Author

bnbarham commented Jan 2, 2025

Cross-PR testing in swiftlang/swift#78415

compnerd and others added 8 commits January 4, 2025 17:33
Treat all architectures equally and provide an option for all of them.
This allows us to programmatically invoke the build target with the
correct set of flags.
As the Windows build has evolved, we have built up a complete toolchain
image and removed the need for the separate `DEVTOOLS_ROOT`. This
simplifies the packaging manifest and associated MSBuild files.
We cannot build DocC everywhere yet (primarily Windows ARM64 cannot be
built due to the use of SPM). Document the properties that we use to
control the packaging with regards to DocC.
We now can always build swift-inspect, remove the option to exclude
swift-inspect. Shuffle the tool into the main toolchain installation and
remove the additional support that the fragmented swift-inspect handling
required.
Uniformly use `sdk.[os].[arch].{msi,cab}` for the name of the files and
`INCLUDE_[os]_[arch]_SDK` to indicate that the SDK should be included.
This makes both Windows and Android similar in their handling and
naming.
Case-sensitively match the checkbox names (in theme.xml) and the
variable names (in installer.wxs) so that the command line options
like "OptionsInstallIDE=0" work.
Add a hierarchy for the SDKs as there are now two platforms that we are
packaging. This makes the structure easier to follow and adopts a
similar naming scheme.
Properties defined in `shared.wixproj` are used in the Android SDK
packaging project.
@bnbarham bnbarham merged commit 4857a1e into swiftlang:release/6.1 Jan 13, 2025
@bnbarham bnbarham deleted the merge-main-6.1 branch January 13, 2025 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants