You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2024. It is now read-only.
Dockerfile: build docker image "from scratch" instad of "from rust"
RUSTC_BOOTSTRAP=1 doesn't work so well anymore in stable, so we had to
migrate to nightly - which required us to install the toolchain in an
image that already has one. If we install rust manually in a
debian-slim, we save ~500MB.
We are also pinning nightly to a version where coverage works.
Ref: rust-lang/rust#93054
0 commit comments