From ec6fe0629df87d8355cbdba8b7a0855934a5ac9e Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 29 Jul 2017 18:40:13 -0600 Subject: [PATCH] Move i686-unknown-freebsd builds from Travis to BuildBot --- .travis.yml | 8 +++++--- bors.toml | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f069c7f46..62180e47fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,9 +86,11 @@ matrix: os: osx # *BSD - - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1 - rust: 1.13.0 - # - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 # Uses BuildBot instead + # FreeBSD i686 and x86_64 use BuildBot instead of Travis + # Note that i686-unknown-freebsd is actually using stable Rust instead of + # 1.13.0 because rustup does not support i686-unknown-freebsd + # - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1 + # - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1 - env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1 rust: 1.13.0 diff --git a/bors.toml b/bors.toml index f0e827c9ce..3151bf821c 100644 --- a/bors.toml +++ b/bors.toml @@ -1,6 +1,7 @@ # Gate on Travis CI and Buildbot status = ["continuous-integration/travis-ci/push", - "buildbot/nix-rust/nix amd64_fbsd11"] + "buildbot/nix-rust/nix amd64_fbsd11", + "buildbot/nix-rust/nix i386_fbsd11"] # Set bors's timeout to 4 hours #