Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sizbot to pull artifacts from public mirror
We can't use the normal download-build script in sizebot because it depends on the CircleCI artifacts API, which was recently changed to require authorization. And we can't pass an authorization token without possibly leaking it to the public, since we run sizebot on PRs from external contributors. As a temporary workaround, this job will pull the artifacts from a public mirror that I set up. But we should find some other solution so we don't have to maintain the mirror.
- Loading branch information