aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/vm/test.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove redundant recvolth2019-08-281-1/+1
|
* Remove runInGenericVMEelco Dolstra2013-07-051-35/+0
| | | | It's not used anywhere and probably doesn't work anymore.
* VM builds: Use 9p/virtfs instead of CIFSEelco Dolstra2013-07-051-3/+7
| | | | | | | | | | 9p (with caching enabled) is much faster than CIFS and doesn't require Samba or virtual networking. For instance, building GNU Hello with CIFS takes ~323s on my laptop, but with 9p it takes 54s. More measurements will be needed to see if "cache=fscache" is really faster than "cache=loose" (the former seems to be a little bit faster).
* testRPMImage: Use x86_64 imageEelco Dolstra2013-07-041-1/+1
|
* * Added Ubuntu 12.04.Eelco Dolstra2012-05-111-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=34055
* * We accidentally lost xz support in rpm. This broke RPM buildsEelco Dolstra2012-03-071-2/+2
| | | | | | (http://hydra.nixos.org/build/2230623). svn path=/nixpkgs/trunk/; revision=32847
* remove aterm242fixesRob Vermaas2011-01-051-3/+3
| | | | svn path=/nixpkgs/trunk/; revision=25407
* * Added Fedora 13.Eelco Dolstra2010-06-141-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=22259
* * vmTools: don't use klibc anymore. Just use utillinux/bash/etc.Eelco Dolstra2010-06-101-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=22209
* * Added Debian 5.0 (Lenny). Added the "login" package to the baseEelco Dolstra2009-02-241-1/+1
| | | | | | | | image, otherwise the post-installs script of the "passwd" package will fail because /etc/login.defs is missing. This also fixes the Ubuntu 8.10 image generation, woohoo! svn path=/nixpkgs/trunk/; revision=14217
* * Added Ubuntu 8.10. It doesn't work yet though (the passwd packageEelco Dolstra2008-11-121-2/+2
| | | | | | fails to install). svn path=/nixpkgs/trunk/; revision=13272
* * KVM 76.Eelco Dolstra2008-10-091-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=13023
* * A function `runInGenericVM' that performs a build in an arbitrary VMEelco Dolstra2008-04-291-1/+34
| | | | | | | | | | image (i.e., it can contain any OS that obeys the interface documented in the comment). See `testFreeBSD' for an example that performs a build of the ATerm library on FreeBSD 7.0. This will be used in the build farm to perform builds for platforms for which we cannot synthesize VM images automatically. svn path=/nixpkgs/trunk/; revision=11753
* * Generate the Fedora 5 RPM closure automatically.Eelco Dolstra2008-04-091-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=11514
* * Install RPMs without the --notriggers and --nodeps options in orderEelco Dolstra2008-03-181-1/+1
| | | | | | | to construct an image that better approximates the Linux distribution in question. svn path=/nixpkgs/trunk/; revision=11184
* * Put all the RPM/Debian images in an attribute set `diskImage'.Eelco Dolstra2008-03-181-28/+4
| | | | svn path=/nixpkgs/trunk/; revision=11181
* * buildRPM: print out the RPMs in the image.Eelco Dolstra2008-03-171-1/+5
| | | | svn path=/nixpkgs/trunk/; revision=11168
* * Cleanup.Eelco Dolstra2008-03-171-0/+57
svn path=/nixpkgs/trunk/; revision=11166