Commit graph

543 commits

Author SHA1 Message Date
Matthew Bauer d8adf06d35 release.nix: remove firefox-unwrapped from darwin-tested
Unfortunately it is broken and I won’t have time to fix right now.
Most likely we will have to wait until the macOS 10.12 update to get
this one working again.

(cherry picked from commit 70f1335f8d64d1f8451b891d4fca4af08e607d09)
2019-09-20 23:09:11 -04:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Frederik Rietdijk ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
adisbladis 41d1b8fa88
emacsPackages: Drop old emacsPackages (non-NG) sets
These have been deprecated for a long time now and has not seen much maintenance.
2019-08-30 16:43:16 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00
Eelco Dolstra 36587a587a
Fix release.nix
'jobs.tests' no longer exists.
2019-04-29 10:07:20 +02:00
Matthew Bauer dc483505d4 cf-private: don’t use private sdk
no private sdk is available for 10.12.
2019-04-26 21:54:51 -04:00
Matthew Bauer dc34d82a28 release: add more unstable release-critical jobs
Adds a few new blocking jobs:

- pandoc.x86_64-linux
- unar.x86_64-linux
- re-enable gimp.x86_64-darwin for darwin-tested
2018-12-30 16:55:09 -06:00
Matthew Bauer 865cbd380d darwin-tested: readd wireshark
It has been working for some time on darwin and can be added to our
blocking job list.
2018-11-07 13:02:51 -06:00
Graham Christensen 5daee73ce4
Generate links to function definitions
Hydra passes the full revision in to the input, which we pass through.

If we don't get this ,we try to get it from other sources, or default to
master which should have the definition in a close-ish location.

All published docs should have theURL resolve properly, only local
hackers will have the link break.
2018-10-05 11:20:46 -04:00
Dan Peebles 88a969d1b7 top-level/release.nix: add patchShebangs test
This is currently failing but nobody noticed!
2018-09-16 14:22:29 -04:00
Vladimír Čunát cb3a149d52
release.nix: fix a typo (breaking tarball job) 2018-08-18 08:45:28 +02:00
Matthew Bauer 6cb6ea1fed
release: use jobs.firefox-unwrapped
`firefox' is not built on hydra, only firefox-unwrapped is.
2018-08-17 10:27:48 -05:00
Matthew Bauer 72a1bc9a28 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
2018-08-11 22:54:48 -05:00
Matthew Bauer 8c025c67d5 Revert "Revert "Revert "release: disallow aliases"""
This reverts commit 0d8076b99c.

This has been causing people issues so it’s easiest to leave it off
for now. Eventually I will do an RFC or some other PR where we can
have more discussion on benefits of doing this in CI.

Fixes #44299

I still think it’s still worth keeping aliases out of Nixpkgs but we
don’t need to block evaluation on it.
2018-08-08 13:04:06 -04:00
Matthew Bauer 0d8076b99c Revert "Revert "release: disallow aliases""
This reverts commit d68322504a.
2018-07-21 22:08:53 -04:00
Matthew Bauer d68322504a Revert "release: disallow aliases"
This reverts commit 25c42e7736.

This commit is still causing evaluation errors (despite passing
OfBorg!)

Here is the current error:

error: undefined variable 'Log4Perl' at
/nix/store/n0gwyv3mcvm3hc9jrmkxjhmsrdjqzcqb-source/maintainers/scripts/nix-generate-from-cpan.nix:7:71

More investigation is needed

/cc @volth
2018-07-19 09:46:53 -04:00
Matthew Bauer 25c42e7736 release: disallow aliases
This will make hydra & ofborg ignore aliases when evluating
2018-07-18 23:25:19 -04:00
Silvan Mosberger cb12f601d7
idrisPackages: build with hydra 2018-07-16 16:00:23 +02:00
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