thebrowsercompany / swift-build

Swift toolchain builds by The Browser Company
351 stars 10 forks source link

Support custom runners in the "Release - Swift Toolchain Binary Sizes" workflow #135

Open kendalharland opened 3 months ago

kendalharland commented 3 months ago

Right now we can only measure binary sizes for amd64 toolchain builds because GitHub doesn't provide an arm64 windows environment. We have custom VMs that we can use as an alternative. There's some bootstrapping work we'll need to fix first.

Keeping in mind that if possible we should provide the runner as an input to the workflow, since these workflows are meant to be reusable by others who don't have access to the same VMs.

kendalharland commented 3 months ago

This is blocking #129