Upload Rustup build artifacts to new S3 bucket
We are implementing a new release process for Rustup, which changes slightly how build artifacts are uploaded. Going forward, every commit merged into master will produce a full set of release artifacts that will be stored in a new S3 bucket. The new bucket allows us to remove access for CI to the release bucket, which improves our security posture. And uploading every commit to master will make it easier to test new releases.
The tracking issue for the new release process and its work can be found here: https://github.com/rust-lang/simpleinfra/issues/420
Can I merge this and then iterate on the configuration if there are any issues?
Can I merge this and then iterate on the configuration if there are any issues?
Sounds good to me!
Hm, the merge queue build failed trying to fetch a base image from rust-lang/rust. This looks like a fluke, so I'm just gonna try again and see what happens... 🤷♂️