thebrowsercompany / swift-build

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

Specify the compiler explicitly when building for arm64 #138

Closed kendalharland closed 3 months ago

kendalharland commented 3 months ago

The previously pinned version of gha-google-bloaty assumed the arm64 azure vms would always have runner.arch == 'ARM64' but now we're seeing X64 even though the machine architecture has not changed, which is causing the wrong compiler to be used. Pass the name of the compiler to use explicitly to fix the issue.