thebrowsercompany / swift-build

Swift toolchain builds by The Browser Company
350 stars 11 forks source link

[swift-build] Support arm64 swift-inspect in swift-toolchain.yml #125

Closed kendalharland closed 4 months ago

kendalharland commented 5 months ago

This was previously failing. See this build for an example: The amd64 build succeeds while the arm64 build fails without an error message from swift build …. This will prevent us from including swift-inspect in the arm64 toolchain distribution until it is fixed.

compnerd commented 5 months ago

I think that we are using the wrong CMark and need the amd64 variant so that the compiler can run.