Disable FreeBSD tests for now

The FreeBSD machines in the build farm are currently unreachable.
This commit is contained in:
Eelco Dolstra 2014-01-06 11:34:05 +01:00
parent 4252b5a645
commit fe23e28f12
1 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ let
pkgs = import <nixpkgs> {};
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "x86_64-freebsd" "i686-freebsd" ];
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" /* "x86_64-freebsd" "i686-freebsd" */ ];
jobs = rec {
@ -212,15 +212,15 @@ let
meta.description = "Release-critical builds";
constituents =
[ tarball
build.i686-freebsd
#build.i686-freebsd
build.i686-linux
build.x86_64-darwin
build.x86_64-freebsd
#build.x86_64-freebsd
build.x86_64-linux
binaryTarball.i686-freebsd
#binaryTarball.i686-freebsd
binaryTarball.i686-linux
binaryTarball.x86_64-darwin
binaryTarball.x86_64-freebsd
#binaryTarball.x86_64-freebsd
binaryTarball.x86_64-linux
deb_debian7i386
deb_debian7x86_64