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
generator/linux: Exclude more unneeded platforms from the toolchain (#161)
These changes reduce the size of the SDK by 450MB. Not having
to extract and copy this data around slightly speeds up the process
of building an SDK. On my machine
* Building a Swift 6.0 aarch64 SDK decreased from 23s to 22s
* Running the EndToEndTests decreased from 32m39s to 32m17s
The EndToEndTests continue to pass after this change.
0 commit comments