rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
71 stars 92 forks source link

Switch to GHA, GHCR and add the linux-micro image #78

Closed pietroalbini closed 3 years ago

pietroalbini commented 3 years ago

This PR makes multiple changes to this repository, hopefully improving the experience of using and contributing to crates-build-env:

After this PR is merged, Rustwide will need to be updated to point to GHCR, and tools will need to download the Docker images with these commands:

docker pull ghcr.io/rust-lang/crates-build-env/linux:latest
docker pull ghcr.io/rust-lang/crates-build-env/linux-micro:latest

r? @jyn514

pietroalbini commented 3 years ago

Addressed all feedback @jyn514!

jyn514 commented 3 years ago

r=me with that last nit addressed :)