thebrowsercompany / swift-build

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

Fix creation_time calculation which was failing to auth with GH #143

Closed kendalharland closed 3 months ago

kendalharland commented 3 months ago

Description

Before generating bigquery data we fetch the release's creation time with the gh CLI. This step has been silently failing with an auth error, resulting in the creation time being set to the current timestamp when data is sent to BQ.

Changes

kendalharland commented 3 months ago

Forgot to make sure we pin a toolchain version for testing. Fixed in the latest patch

kendalharland commented 3 months ago

I was overconfident in my Powershell-fu and sent this for review too soon. Will fixup and resend