Skip to content

Commit

Permalink
Revert "Revert "Revert "Temporarily disable darwin builds while hydra…
Browse files Browse the repository at this point in the history
…'s darwin is borked"""

This reverts commit a51f8d6.
  • Loading branch information
edolstra committed Oct 31, 2014
1 parent 1d02431 commit 1cdbb9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -228,12 +228,12 @@ let
[ tarball
#build.i686-freebsd
build.i686-linux
#build.x86_64-darwin
build.x86_64-darwin
#build.x86_64-freebsd
build.x86_64-linux
#binaryTarball.i686-freebsd
binaryTarball.i686-linux
#binaryTarball.x86_64-darwin
binaryTarball.x86_64-darwin
#binaryTarball.x86_64-freebsd
binaryTarball.x86_64-linux
deb_debian7i386
Expand Down

0 comments on commit 1cdbb9d

Please sign in to comment.