summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
Commit message (Collapse)AuthorAge
* linux bootstrap tools: Use same derivation whether cross compiling or notJohn Ericson2018-01-02
|
* Add clang multilib variants (x64_64-only, 64/32bit), basic multilib testsWill Dietz2017-12-05
|
* nix-info: Add separate tested variant for HydraTuomas Tynkkynen2017-10-17
|
* nix-info: include in nixos' default system-path, nixpkgs's channelGraham Christensen2017-10-14
|
* nixpkgs: add stdenv tests to unstable and darwin-testedDaiderd Jordan2017-09-18
|
* Merge pull request #28174 from matthewbauer/darwin-in-releaseDaiderd Jordan2017-08-17
|\ | | | | enable hydra jobs for packages x86_64-linux does not support
| * release.nix: disable private apple sdks in releaseMatthew Bauer2017-08-17
| | | | | | | | | | | | | | | | we shouldn’t let it get into the release. This includes: - darwin.cf-private - darwin.osx_private_sdk - xcode
| * nixpkgs release: remove macOS hackMatthew Bauer2017-08-12
| | | | | | | | | | | | | | was needed for testing previously see: https://github.com/NixOS/nixpkgs/pull/28174#pullrequestreview-55944725
| * release.nix: resurrect stdenvBootstrapToolsVladimír Čunát2017-08-06
| | | | | | | | | | | | 13d6681ce7 crippled it unintentionally. Also remove the incorrect/non-existing stdenv.i686-linux; building the bootstrap tools should be a good-enough test anyway.
* | Python: build 2.7 and 3.6 packages on Hydra againFrederik Rietdijk2017-08-13
| |
* | release.nix: resurrect stdenvBootstrapToolsVladimír Čunát2017-08-06
|/ | | | | | 13d6681ce7 crippled it unintentionally. Also remove the incorrect/non-existing stdenv.i686-linux; building the bootstrap tools should be a good-enough test anyway.
* release.nix: fix a typo from #27923, build stdenvVladimír Čunát2017-08-06
| | | | The typo removed also all aarch64-linux on Hydra.
* nixos,nixpkgs: only build essentials on i686Graham Christensen2017-08-05
|
* darwin-tested channel: Fix evalJohn Ericson2017-08-03
|
* darwin-test-channel: I broke it a bit adding macos-sierra-sharedJohn Ericson2017-08-03
| | | | This doesn't completely unbreak it, but gets it closer.
* macos-sierra-shared: Make live code and add to nascent Darwin channelJohn Ericson2017-07-31
| | | | Also add appropriate `meta.platforms = ...` to each derivation.
* Merge branch 'master' into stagingVladimír Čunát2017-05-18
|\
| * lib: Consolidate tests into one meta jobJohn Ericson2017-05-17
| |
* | Python release: do not build all Python packagesFrederik Rietdijk2017-05-07
|/ | | | | 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.
* Merge pull request #24610 from Ericson2314/platform-normalizationJohn Ericson2017-04-17
|\ | | | | Platform normalization
| * lib: Fix system parsing, and use for doubles listsJohn Ericson2017-04-17
| | | | | | | | | | | | | | 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
| * top-level: Less indirection for lib in release*.nixJohn Ericson2017-04-17
| |
* | release(-lib).nix: add nixpkgsArgs parameterBjørn Forsman2017-04-11
| | | | | | | | | | | | | | | | 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.
* | Add aggregate job for a forthcoming nixpkgs-darwin-unstable channelShea Levy2017-04-10
|/
* release.nix: Don't block release on aarch64 failuresTuomas Tynkkynen2017-03-20
|
* release.nix: Fix another typoTuomas Tynkkynen2017-03-09
|
* release.nix: Fix typoTuomas Tynkkynen2017-03-08
|
* nixpkgs: build aarch64-linuxGraham Christensen2017-03-08
|
* release.nix: Only build Only build bootstrap tools when their system is ↵Graham Christensen2017-01-23
| | | | supported
* top-level: Add more options to release-cross.nix, normalize param commentsJohn Ericson2017-01-14
|
* Revert "nixpkgs: add tested alias for unstable job"Domen Kožar2016-10-13
| | | | This reverts commit 69e614d1e64cb50cb9b5b24a4c1668a649d54eec.
* fix unstable job evaluationDomen Kožar2016-10-11
|
* nixpkgs: add tested alias for unstable jobDomen Kožar2016-10-09
|
* emacs: 24.5 -> 25.1Moritz Ulrich2016-09-18
| | | | | | | | | | 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.
* release.nix: tiny improvements on top of #18059Domen Kožar2016-08-28
|
* release.nix: Remove lots of explicit package jobsTuomas Tynkkynen2016-08-28
| | | | | These are all obsolete since for a long time, the meta.platforms fields have been used to automatically create the Hydra jobs.
* xfce: build all componentsDomen Kožar2016-08-28
|
* release.nix: drop xorg whitelist to fix #11996Domen Kožar2016-08-28
|
* Add nix-repl as release blockerDomen Kožar2016-08-05
| | | | This would have blocked the channel in recent curl bump.
* Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson2016-06-22
|
* top-level/release.nix: remove obsolete grsec jobsJoachim Fasting2016-06-14
|
* try using nox from nixpkgs (#15857)Domen Kožar2016-05-31
| | | | | | * try using nox from nixpkgs * release.nix: block on nox since otherwise travis-ci will fail hard
* top-level/release.nix: remove xf86videomodesettingJoachim Fasting2016-05-23
| | | | See c7d92f948558c7cc0620071915c8b99a41b2689c
* build python35Packages.{blaze, pandas, scikitlearn} on HydraFrederik Rietdijk2016-05-19
| | | | as these take a long time to build.
* Add scikitlearn to binary cache.Rob Vermaas2016-05-11
| | | | (cherry picked from commit 2c5ad36cff2db4a2cfb66bede7f3f9a00dba5708)
* Adding pythonPackags.pandas to binary cache. Python packages areRob Vermaas2016-05-10
| | | | | | | | 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)
* grsecurity: drop support for 4.4 kernelsJoachim Fasting2016-05-04
| | | | | | | | | | | | | | | | | | | | | | | | 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
* qt4: add a toplevel entry for the version skype usesobadz2016-04-28
| | | | | | Otherwise, it won't get built by hydra abbradar: use `self` as needed for overrides.
* Remove cruftEelco Dolstra2016-04-26
|
* ncat: Remove old package, available in nmapFranz Pletz2016-03-30
|