summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-07-11 16:48:47 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-08-11 22:54:48 -0500
commit72a1bc9a28d2a8e2c6e26a551932c4a054a525be (patch)
tree1bc9f8a1623ae19605371dd03ca8764727fa9887 /pkgs/top-level/release.nix
parentb5d529d52f956a9830d2aa3b1042071216c30d86 (diff)
downloadnixlib-72a1bc9a28d2a8e2c6e26a551932c4a054a525be.tar
nixlib-72a1bc9a28d2a8e2c6e26a551932c4a054a525be.tar.gz
nixlib-72a1bc9a28d2a8e2c6e26a551932c4a054a525be.tar.bz2
nixlib-72a1bc9a28d2a8e2c6e26a551932c4a054a525be.tar.lz
nixlib-72a1bc9a28d2a8e2c6e26a551932c4a054a525be.tar.xz
nixlib-72a1bc9a28d2a8e2c6e26a551932c4a054a525be.tar.zst
nixlib-72a1bc9a28d2a8e2c6e26a551932c4a054a525be.zip
release18.09: add darwin target jobs
These are some parts of the release that I want to get working before
we release 18.09. There have been lots of improvements since 18.03 (as
well as some regressions). To make sure the release is well-tested we
need to add these apps in the jobset. Most of these are UI apps that
are now available.

List of new apps added to the release:

- wireshark
- firefox
- qtmultimedia (already in unstable)
- inkscape (already in unstable)
- gimp
- wireshark
- transmission

Also add ‘stack’. This is one of the Haskell packages hitting the
ARG_MAX limit on macOS (getconf ARG_MAX == 262144). This has not been
solved yet but it will need to be resolved by 18.09. Making it block
here will prevent this regression in the future.

[squashed] release: remove broken from darwin-tested

removes:

- gimp
- qtmultimedia
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 5553c4d5265e..2c1dabe0db20 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -41,7 +41,6 @@ let
           constituents =
             [ jobs.tarball
               jobs.cabal2nix.x86_64-darwin
-              jobs.emacs.x86_64-darwin
               jobs.ghc.x86_64-darwin
               jobs.git.x86_64-darwin
               jobs.go.x86_64-darwin
@@ -57,9 +56,20 @@ let
               jobs.python3.x86_64-darwin
               jobs.ruby.x86_64-darwin
               jobs.rustc.x86_64-darwin
+              jobs.stack.x86_64-darwin
               jobs.stdenv.x86_64-darwin
               jobs.vim.x86_64-darwin
 
+              # UI apps
+              jobs.firefox.x86_64-darwin
+              jobs.qt5.qtmultimedia.x86_64-darwin
+              jobs.inkscape.x86_64-darwin
+              # jobs.gimp.x86_64-darwin
+              jobs.emacs.x86_64-darwin
+              # jobs.wireshark.x86_64-darwin
+              jobs.transmision-gtk.x86_64-darwin
+
+              # Tests
               jobs.tests.cc-wrapper.x86_64-darwin
               jobs.tests.cc-wrapper-clang.x86_64-darwin
               jobs.tests.cc-wrapper-libcxx.x86_64-darwin