From 53c1eb7a26b3e23086534cfcd94a8b3db9e2be23 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 4 Nov 2020 18:38:49 +0100 Subject: ci: demote i686-unknown-freebsd to tier 2 compiler target While technically the i686-unknown-freebsd target has been a tier 2 development platform for a long time, with full toolchain tarballs available on static.rust-lang.org, due to a bug in the manifest generation the target was never available for download through rustup. The infrastructure team privately inquired the FreeBSD package maintainers, and they weren't relying on those tarballs either, so it's a fair assumption to say practically nobody is using those tarballs. This PR then removes the CI builder that produces full tarballs for the target, and moves the compilation of rust-std for the target in dist-various-2. The x86_64-unknown-freebsd target is *not* affected. --- src/ci/github-actions/ci.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ci/github-actions') diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 01f15a82f0f..8d56da19895 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -325,9 +325,6 @@ jobs: - name: dist-i586-gnu-i586-i686-musl <<: *job-linux-xl - - name: dist-i686-freebsd - <<: *job-linux-xl - - name: dist-i686-linux <<: *job-linux-xl -- cgit 1.4.1-3-g733a5