Skip to content

Commit

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

This reverts commit 29f7e14.
  • Loading branch information
edolstra committed Oct 29, 2014
1 parent 1683fff commit f72944b
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 f72944b

Please sign in to comment.