compnerd / swift-build

Alternate Swift Builds
233 stars 53 forks source link

[Mac build] Add optional Mac build #806

Closed Steelskin closed 3 weeks ago

Steelskin commented 1 month ago

This adds a new Mac workflow, currently disabled by default and adapts the sqlite job to build on Mac. All other jobs are currently only enabled for Windows, they will be adapted in subsequent PRs.

hjyamauchi commented 1 month ago

Is build-toolchain.yml for mac and swift-toolchain.yml for windows?

Steelskin commented 1 month ago

Is build-toolchain.yml for mac and swift-toolchain.yml for windows?

No, build-toolchain.yml is the "entry point" and it calls swift-toolchain.yml, which performs most of the build tasks. This change adds a second swift-toolchain.yml workflow, with Mac as the runner to build Mac toolchains.