Graham Christensen
fbf93cd61b
Revert "pkgs/top-level/release.nix.nix: Use fetchGit if possible"
...
This reverts commit 67d0a57ef9
.
which caused evaluation errors in restricted eval mode, producing:
error: access to URI
'/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-1-lassulus.ewr1.nix.ci' is
forbidden in restricted mode
2018-07-04 15:52:15 -04:00
Eelco Dolstra
8d4068d9d1
pkgs/top-level/release.nix: Don't require Darwin to be supported
2018-07-04 17:53:02 +02:00
Eelco Dolstra
67d0a57ef9
pkgs/top-level/release.nix.nix: Use fetchGit if possible
2018-07-04 17:20:54 +02:00
Matthew Justin Bauer
b13c4e5465
release: remove nix-repl
...
nix-repl is not needed anymore because Nix 2.0 comes with repl already. Anyway nix-repl is broken right now on Hydra because Nix 1.11 is broken.
https://hydra.nixos.org/build/74933091
2018-05-31 20:09:20 -04:00
John Ericson
ee4b56edd3
Merge remote-tracking branch 'upstream/master' into staging
2018-05-11 14:36:08 -04:00
Matthew Bauer
a0ab41ca96
release: disable tests.cc-wrapper-gcc8.x86_64-darwin
...
This test is broken because gcc8.x86_64-darwin is broken. Please add
the test back in once we have fixed it!
Job: https://hydra.nixos.org/job/nixpkgs/trunk/gcc8.x86_64-darwin
Issue: #40038
2018-05-10 23:58:12 -05:00
Matthew Bauer
6748534d83
Merge remote-tracking branch 'upstream/master' into staging
2018-05-08 09:36:00 -05:00
Will Dietz
48e44490e9
add cc-wrapper test variants for gcc7, gcc8, add to release.nix
2018-05-02 21:58:06 +02:00
Matthew Bauer
4654643266
mysql → mariadb
2018-05-01 13:54:08 -05:00
Matthew Justin Bauer
cf758a5aa4
release: add inkscape, qt5.qtmultimedia (darwin)
...
We want to make sure these work in Darwin. Hopefully this will improve their stability.
2018-04-23 16:51:33 -05:00
Will Dietz
ab0a72a33d
clang-6 test variants
2018-03-07 19:03:08 -06:00
Will Dietz
98215e10e0
cc-wrapper tests: 4 and 5 regardless of default
2018-02-18 22:37:38 -06:00
John Ericson
ab651d2c9b
linux bootstrap tools: Use same derivation whether cross compiling or not
2018-01-02 13:52:41 -05:00
Will Dietz
9d8f9b2e53
Add clang multilib variants (x64_64-only, 64/32bit), basic multilib tests
2017-12-05 07:17:14 -06:00
Tuomas Tynkkynen
0dd2ebc518
nix-info: Add separate tested variant for Hydra
2017-10-17 18:26:13 +03:00
Graham Christensen
b16f3b2131
nix-info: include in nixos' default system-path, nixpkgs's channel
2017-10-14 22:01:30 -04:00
Daiderd Jordan
7463ae4572
nixpkgs: add stdenv tests to unstable and darwin-tested
2017-09-18 19:48:16 +02:00
Daiderd Jordan
6a870a59f8
Merge pull request #28174 from matthewbauer/darwin-in-release
...
enable hydra jobs for packages x86_64-linux does not support
2017-08-17 23:29:00 +02:00
Matthew Bauer
10241b3c59
release.nix: disable private apple sdks in release
...
we shouldn’t let it get into the release. This includes:
- darwin.cf-private
- darwin.osx_private_sdk
- xcode
2017-08-17 14:24:52 -07:00
Frederik Rietdijk
afc6b4310c
Python: build 2.7 and 3.6 packages on Hydra again
2017-08-13 21:33:02 +02:00
Matthew Bauer
0065365bdf
nixpkgs release: remove macOS hack
...
was needed for testing previously
see:
https://github.com/NixOS/nixpkgs/pull/28174#pullrequestreview-55944725
2017-08-12 20:39:48 -07:00
Vladimír Čunát
b679e148bd
release.nix: resurrect stdenvBootstrapTools
...
13d6681ce7
crippled it unintentionally.
Also remove the incorrect/non-existing stdenv.i686-linux;
building the bootstrap tools should be a good-enough test anyway.
2017-08-06 21:30:39 +02:00
Vladimír Čunát
332a60cbd1
release.nix: resurrect stdenvBootstrapTools
...
13d6681ce7
crippled it unintentionally.
Also remove the incorrect/non-existing stdenv.i686-linux;
building the bootstrap tools should be a good-enough test anyway.
2017-08-06 12:35:34 +02:00
Vladimír Čunát
a5e135ef7c
release.nix: fix a typo from #27923 , build stdenv
...
The typo removed also all aarch64-linux on Hydra.
2017-08-06 11:00:51 +02:00
Graham Christensen
7d0b001d4a
nixos,nixpkgs: only build essentials on i686
2017-08-05 12:06:05 +02:00
John Ericson
1ad0eae36e
darwin-tested channel: Fix eval
2017-08-03 18:46:40 -04:00
John Ericson
8b024834f2
darwin-test-channel: I broke it a bit adding macos-sierra-shared
...
This doesn't completely unbreak it, but gets it closer.
2017-08-03 18:20:31 -04:00
John Ericson
14e05c30e8
macos-sierra-shared: Make live code and add to nascent Darwin channel
...
Also add appropriate `meta.platforms = ...` to each derivation.
2017-07-31 21:28:18 -04:00
Vladimír Čunát
e9aeb55f3b
Merge branch 'master' into staging
2017-05-18 11:24:18 +02:00
John Ericson
296753f094
lib: Consolidate tests into one meta job
2017-05-17 11:14:59 -04:00
Frederik Rietdijk
d4dde073fd
Python release: do not build all Python packages
...
as we agreed not to. Maybe in the future we will again. Do build a
couple of packages that take a longer time to build.
2017-05-07 21:35:43 +02:00
John Ericson
f0b634c7e8
Merge pull request #24610 from Ericson2314/platform-normalization
...
Platform normalization
2017-04-17 17:28:01 -04:00
John Ericson
8c99aab3ea
lib: Fix system parsing, and use for doubles lists
...
The old hard-coded lists are now used to test system parsing.
In the process, make an `assertTrue` in release lib for eval tests; also
use it in release-cross
2017-04-17 17:13:01 -04:00
John Ericson
b477851f34
top-level: Less indirection for lib in release*.nix
2017-04-17 17:13:01 -04:00
Bjørn Forsman
d45df036c3
release(-lib).nix: add nixpkgsArgs parameter
...
This allows customizing the nixpkgs arguments by the caller. My use case
is creating a personal nixpkgs channel containing some unfree packages.
The default is still to not build unfree packages, so for nixpkgs this
is no functional change.
2017-04-11 19:43:34 +02:00
Shea Levy
1bb8a47803
Add aggregate job for a forthcoming nixpkgs-darwin-unstable channel
2017-04-10 12:35:32 -04:00
Tuomas Tynkkynen
93446a2060
release.nix: Don't block release on aarch64 failures
2017-03-20 06:37:01 +02:00
Tuomas Tynkkynen
dc94d1a2b5
release.nix: Fix another typo
2017-03-09 03:38:04 +02:00
Tuomas Tynkkynen
9188f2ed8a
release.nix: Fix typo
2017-03-08 21:35:31 +02:00
Graham Christensen
bb4c6a7800
nixpkgs: build aarch64-linux
2017-03-08 09:08:31 -05:00
Graham Christensen
13d6681ce7
release.nix: Only build Only build bootstrap tools when their system is supported
2017-01-23 00:08:21 +01:00
John Ericson
427dbcb1d7
top-level: Add more options to release-cross.nix, normalize param comments
2017-01-14 14:25:56 -05:00
Domen Kožar
6d9fe5dc8a
Revert "nixpkgs: add tested alias for unstable job"
...
This reverts commit 69e614d1e6
.
2016-10-13 17:06:03 +02:00
Domen Kožar
735c1cacbd
fix unstable job evaluation
2016-10-11 23:08:50 +02:00
Domen Kožar
69e614d1e6
nixpkgs: add tested alias for unstable job
2016-10-09 17:43:23 +02:00
Moritz Ulrich
01e44ac1f9
emacs: 24.5 -> 25.1
...
This commit removes all references to emacs24 with the exception of
emacs24-macports. The two folders in `pkgs/applications/editors` named
`emacs-24` and `emacs-24` are consolidated to a new `emacs` folder.
Various parts in nixpkgs also referenced `emacs24Packages` (pinned to
`emacs24`) explicitly where `emacsPackages` (non-pinned) is more
appropriate. These references get fixed by this commit too.
2016-09-18 13:38:21 +02:00
Domen Kožar
5793a14c36
release.nix: tiny improvements on top of #18059
2016-08-28 18:18:44 +02:00
Tuomas Tynkkynen
3cd4808e7d
release.nix: Remove lots of explicit package jobs
...
These are all obsolete since for a long time, the meta.platforms fields
have been used to automatically create the Hydra jobs.
2016-08-28 18:05:42 +03:00
Domen Kožar
f976fa40a2
xfce: build all components
2016-08-28 16:51:20 +02:00
Domen Kožar
2daefaf457
release.nix: drop xorg whitelist to fix #11996
2016-08-28 16:46:46 +02:00
Domen Kožar
1664279f0e
Add nix-repl as release blocker
...
This would have blocked the channel in recent curl bump.
2016-08-05 12:08:44 +02:00
John Ericson
f073df60d6
Replace ./../*
with ../*
in Nix expressions ( #16414 )
2016-06-22 10:39:50 +02:00
Joachim Fasting
544b42f8f5
top-level/release.nix: remove obsolete grsec jobs
2016-06-14 03:38:19 +02:00
Domen Kožar
d47dca41ce
try using nox from nixpkgs ( #15857 )
...
* try using nox from nixpkgs
* release.nix: block on nox since otherwise travis-ci will fail hard
2016-05-31 12:59:24 +01:00
Joachim Fasting
7817d0901d
top-level/release.nix: remove xf86videomodesetting
...
See c7d92f9485
2016-05-23 08:17:17 +02:00
Frederik Rietdijk
79043d15cc
build python35Packages.{blaze, pandas, scikitlearn} on Hydra
...
as these take a long time to build.
2016-05-19 12:05:39 +02:00
Rob Vermaas
87f5646c3a
Add scikitlearn to binary cache.
...
(cherry picked from commit 2c5ad36cff2db4a2cfb66bede7f3f9a00dba5708)
2016-05-11 10:36:10 +00:00
Rob Vermaas
31dc954bc1
Adding pythonPackags.pandas to binary cache. Python packages are
...
not part of nixpkgs/nixos jobsets in 16.03+ since ccd1029f58
. Until
it gets added again, adding some python packages that take really
long to build.
(cherry picked from commit 713c24056397fef46717d2f0eae1940f348941e6)
2016-05-10 15:15:59 +00:00
Joachim Fasting
0bd31bce10
grsecurity: drop support for 4.4 kernels
...
From now on, only the testing branch of grsecurity will be supported.
Additionally, use only patches from upstream.
It's impossible to provide meaningful support for grsecurity stable.
First, because building and testing \(m \times n \times z) [1], packages
is infeasible. Second, because stable patches are only available from
upstream for-pay, making us reliant on third-parties for patches. In
addition to creating yet more work for the maintainers, using stable
patches provided by a third-party goes against the wishes of upstream.
nixpkgs provides the tools necessary to build grsecurity kernels for any
version the user chooses, however, provided they pay for, or otherwise
acquire, the patch themselves.
Eventually, we'll want to remove the now obsolete top-level attributes,
but leave them in for now to smoothe migration (they have been removed
from top-level/release.nix, though, because it makes no sense to have
them there).
[1]: where \(m\) is the number of grsecurity flavors, \(n\) is the
number of kernel versions, and z is the size of the `linuxPackages` set
2016-05-04 01:07:53 +02:00
obadz
98a7f819d9
qt4: add a toplevel entry for the version skype uses
...
Otherwise, it won't get built by hydra
abbradar: use `self` as needed for overrides.
2016-04-28 16:49:07 +03:00
Eelco Dolstra
a133a74c89
Remove cruft
2016-04-26 17:31:54 +02:00
Franz Pletz
e498a645c1
ncat: Remove old package, available in nmap
2016-03-30 08:53:22 +02:00
Vladimír Čunát
8ffe681713
qt4-clang: fix fallout from f9b5ed66d1
...
There's still the question of Hydra binaries etc. but this should at
least fix evaluation and running problems.
2016-03-28 09:05:12 +02:00
Nikolay Amiantov
28af80fcc0
skype: use clang-built qt4 to fix segfault
2016-03-27 15:48:06 +03:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Eelco Dolstra
c23e9e12f8
Add metrics job to unstable aggregate
2016-03-24 17:38:58 +01:00
Eelco Dolstra
fab439201e
Keep track of Nixpkgs/NixOS evaluation statistics
2016-03-24 17:37:17 +01:00
Nicolas B. Pierron
6313a5698a
Replace references to all-packages.nix, by references to the top-level of nixpkgs repository.
2016-03-13 18:25:52 +00:00
Eelco Dolstra
62c562a522
gcc: Remove 4.3 and 4.4
...
GCC 4.3 was used by only one package ("self"), which I've marked as
broken.
2016-03-02 18:01:17 +01:00
Eelco Dolstra
ccd1029f58
Reduce the size of the Nixpkgs/NixOS jobsets
...
This cuts nixpkgs:trunk from 78K to 31K jobs by disabling builds of
{node,go,python,emacs,coq,r,ocaml,perl}Packages. Thus these are now
only built if they are dependencies of top-level packages (such as
end-user applications). I left haskellPackages because they take
typically longer to build than the others (which are mostly
interpreted languages), so disabling them would be more painful to
users.
This is a temporary measure until we have a binary cache based Hydra
running on faster hardware, necessitated by the fact that evaluations
now regularly time out after 6 hours.
2016-02-10 15:20:16 +01:00
Tobias Geerinckx-Rice
0c25292648
vorbis-tools: rename from old-style vorbisTools
2016-01-26 01:35:55 +01:00
Domen Kožar
c21f9365b8
release.nix: remove troubling glib-tested, add python
2016-01-21 20:07:17 +01:00
Eelco Dolstra
126d3e1449
Fix evaluation of "unstable" job
...
Commit 19f6edbfb8
made "unstable" depend
on some Darwin jobs, but these didn't exist because of the "= linux"
overrides in release.nix.
2016-01-15 11:46:49 +01:00
Thomas Tuegel
3a03a6dd60
build emacs24PackagesNg on Hydra
...
This is required now because we do not recurseIntoAttrs for
emacsPackagesNg. This has the side-effect of removing duplicate jobs.
2016-01-13 11:05:45 -06:00
Dan Peebles
19f6edbfb8
top-level/release.nix: make Darwin builds do more
2016-01-06 08:29:41 -05:00
Vladimír Čunát
fdbc58fe42
release.nix: fixup evaluation after darwin changes
...
/cc @copumpkin. I can't really test this, but it should unbreak Hydra
evaluation at least.
2016-01-05 09:27:48 +01:00
Vladimír Čunát
3b1f994347
release: remove reference to castle_combat
...
The game itself was removed in 66f663e19
.
2015-12-17 14:42:50 +01:00
Eelco Dolstra
7cd3d502bb
copy-tarballs.pl: Revive extracting all tarballs from release.nix
2015-12-16 15:38:59 +01:00
Tobias Geerinckx-Rice
47eb4d4430
Migrate manpages -> man-pages (upstream project name)
2015-12-06 23:44:13 +01:00
Pascal Wittmann
cf5acd732d
release.nix: remove reference to pthreadmanpages
...
Commit 9aa1cb6c59
broke the nixpkgs.tarball job on hydra (see https://hydra.nixos.org/build/28466812 ). The commit removes the last reference to pthreadmanpages.
2015-12-04 17:02:13 +01:00
Peter Simons
91007af090
pkgs/top-level/release.nix: enable building the R package set
...
The R people don't bother providing stable URLs for their package
releases. Released versions are edited or flat-out disappear at will,
which causes us a bit of trouble, like in [1]. Hopefully, enabling R
builds on Hydra will mitigate those problems by caching the release
tarballs.
[1] https://github.com/NixOS/nixpkgs/issues/11230
2015-11-24 10:17:56 +01:00
Eelco Dolstra
45c7dd7d98
Add stdenv bootstrap tools generation to release.nix
2015-10-23 13:05:36 +02:00
Peter Simons
8836c58dc0
Remove all references to haskell-ng and haskellngPackages from Nixpkgs.
2015-09-15 16:11:58 +02:00
Peter Simons
c5d132c2ea
Add "haskellPackages" binaries to the unstable channel.
2015-05-29 11:25:26 +02:00
Peter Simons
c0f0a20961
pkgs/top-level/release.nix: haskell-ng --> haskell
2015-05-04 12:27:03 +02:00
Vladimír Čunát
8978ff3840
unstable job: glib-tested seems ready (succeeding often)
...
This reverts commit a35d4a9d4e
.
2015-04-29 11:47:18 +02:00
Vladimír Čunát
a38672dea2
release: fix eval by lib.tests -> lib-tests
...
See discussion on commit
https://github.com/NixOS/nixpkgs/commit/de0f122b016c88#commitcomment-10937080
2015-04-29 11:29:15 +02:00
Domen Kožar
8feda47bee
pinentry: fix build /cc wkennington
2015-03-26 10:07:05 +01:00
Eelco Dolstra
2ed5c2bd6b
Set some meta.platforms
...
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Eelco Dolstra
738cf42639
release-lib: Simplify
2015-03-20 19:37:55 +01:00
Eelco Dolstra
dda16e0c06
pam_login: Remove
...
We haven't used/updated this package in years.
2015-03-20 16:38:21 +01:00
Eelco Dolstra
87c86f6711
pam_console: Remove
...
This package is no longer used in NixOS.
2015-03-20 16:18:10 +01:00
Eelco Dolstra
9788cbb2de
Re-enable Darwin builds
2015-02-25 19:27:30 +01:00
Nicolas B. Pierron
de0f122b01
Issue #6161 - Register lib tests as release blockers.
2015-02-09 00:07:44 +01:00
Peter Simons
08c3f2bc05
pkgs/top-level/release.nix: build all versions of GHC on their supported platforms
2015-01-16 23:23:23 +01:00
Eelco Dolstra
d2d09547a3
Build stdenv on Darwin
2015-01-06 11:55:47 +01:00
Eelco Dolstra
ab10131663
Remove scheduling priorities
...
This was only used for stdenv and is pretty obsolete now.
2015-01-06 11:55:47 +01:00
Bjørn Forsman
289ec3b5aa
html-tidy: align attrname with pkgname
...
htmlTidy => html-tidy. Keep copy of old attribute for backward
compatibility.
2014-12-06 17:01:05 +01:00
Aristid Breitkreuz
4790b70fb5
remove gcc33 from release expressions
2014-11-16 17:34:03 +01:00
Eelco Dolstra
876fa6a6a6
Fix unstable job evaluation
2014-11-05 13:00:26 +01:00