thebrowsercompany / swift-build

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

Add USE_CIRUN killswitch to disable cirun VMs if needed #137

Closed kendalharland closed 3 months ago

kendalharland commented 3 months ago

Use vars.USE_CIRUN to disable arm64 jobs that run on our Azure VMs.

This can be overridden at the org or repo level by setting the org or repo value of USE_CIRUN='false'.

Test