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
Rust CI (which rustup uses its docker artifacts) is going to bump its freebsd toolchain to 11.4 .
After rust-lang/rust#75204 landed, one has to upgrade the toolchain rustup used to build.
It should be simple by changing this file: ci/docker/x86_64-unknown-freebsd/Dockerfile
The text was updated successfully, but these errors were encountered:
tesuji
changed the title
Bump freebsd compiler after rust-lang/rust#75204
[Tracking issue] Bump freebsd compiler after rust-lang/rust#75204
Aug 10, 2020
This change in rust was merged 6 days ago. We should therefore create a PR which has a commit to update the docker file; and then create a commit on top which resets the PR CI to just run freebsd builds so we can check it still works. After that the top commit can be dropped and we can merge the dockerfile fix.
Rust CI (which rustup uses its docker artifacts) is going to bump its freebsd toolchain to 11.4 .
After rust-lang/rust#75204 landed, one has to upgrade the toolchain rustup used to build.
It should be simple by changing this file: ci/docker/x86_64-unknown-freebsd/Dockerfile
The text was updated successfully, but these errors were encountered: