about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2020-11-04 18:38:49 +0100
committerPietro Albini <pietro@pietroalbini.org>2020-11-04 18:38:49 +0100
commit53c1eb7a26b3e23086534cfcd94a8b3db9e2be23 (patch)
treee86dc1d7240fe970287b8d4f42ec53fcad9ad2f6 /.github/workflows
parentd662f808550acadc5980969e1826a653ec35b408 (diff)
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6025808eb61..970bcac0279 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -178,9 +178,6 @@ jobs:
           - name: dist-i586-gnu-i586-i686-musl
             os: ubuntu-latest-xl
             env: {}
-          - name: dist-i686-freebsd
-            os: ubuntu-latest-xl
-            env: {}
           - name: dist-i686-linux
             os: ubuntu-latest-xl
             env: {}