compnerd / swift-build

Alternate Swift Builds
233 stars 53 forks source link

GHA: wire up Foundation macros to swift-corelibs-foundation #809

Closed compnerd closed 2 months ago

compnerd commented 2 months ago

We are already building the Foundation macros but did not pass that along to the Foundation build. This is now required and failure to pass it along results in a build failure. Wire it up so that we can build and avoid another build of the macros.

compnerd commented 2 months ago

Going to merge to just try to brute force the CI.