aboutsummaryrefslogtreecommitdiff
path: root/tests/remote-builds.nix
AgeCommit message (Collapse)Author
2017-05-01Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOADEelco Dolstra
This is to simplify remote build configuration. These environment variables predate nix.conf. The build hook now has a sensible default (namely build-remote). The current load is kept in the Nix state directory now.
2017-02-21useChroot -> useSandboxEelco Dolstra
2016-11-10build-remote: Implement in C++Shea Levy
2015-02-16Test chroot buildingEelco Dolstra
2014-12-11UrghEelco Dolstra
2014-12-05Shut up a warningEelco Dolstra
2014-09-05tests/remote-builds.nix: Time out fasterEelco Dolstra
2014-07-24tests/remote-builds.nix: Test failing buildEelco Dolstra
2014-07-24tests/remote-builds.nix: Don't try cache.nixos.orgEelco Dolstra
2014-07-14build-remote.pl: Fix building multiple output derivationsEelco Dolstra
We were importing paths without sorting them topologically, leading to "path is not valid" errors. See e.g. http://hydra.nixos.org/build/12451761
2014-04-15Fix test evaluationEelco Dolstra
2013-10-11Adjust to the NixOS/Nixpkgs mergeEelco Dolstra
2013-03-08Revert "Prevent config.h from being clobbered"Eelco Dolstra
This reverts commit 28bba8c44f484eae38e8a15dcec73cfa999156f6.
2013-03-07Prevent config.h from being clobberedEelco Dolstra
2013-01-21Fix the VM testsEelco Dolstra
2012-03-12Fix testsEelco Dolstra
2011-11-25* Fix race.Eelco Dolstra
2011-10-11* Move the remote building test from the NixOS tree to the Nix tree.Eelco Dolstra