rustup icon indicating copy to clipboard operation
rustup copied to clipboard

Upload Rustup build artifacts to new S3 bucket

Open jdno opened this issue 1 year ago • 1 comments

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.

jdno avatar Jun 25 '24 11:06 jdno

The tracking issue for the new release process and its work can be found here: https://github.com/rust-lang/simpleinfra/issues/420

jdno avatar Jun 25 '24 11:06 jdno

Can I merge this and then iterate on the configuration if there are any issues?

jdno avatar Jul 09 '24 10:07 jdno

Can I merge this and then iterate on the configuration if there are any issues?

Sounds good to me!

djc avatar Jul 09 '24 10:07 djc

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... 🤷‍♂️

jdno avatar Jul 09 '24 10:07 jdno