Eelco Dolstra
4747796a9e
Build RPMs for i686 rather than i386
...
The default target (i386-linux) causes flags like "-march i386" to be
added, which breaks on recent Fedora releases (18 and up), resulting
in errors like:
/usr/lib/gcc/i686-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/atomicity.h:48: undefined reference to `__atomic_fetch_add_4'
So set the target to i686-linux.
http://hydra.nixos.org/build/6567357
2013-10-23 12:55:07 +02:00
Eelco Dolstra
391de89913
Debian 7: Update to 7.2
...
Also rename "debian70" to "debian7" to reflect the Wheezy's new
versioning scheme.
2013-10-23 11:30:51 +02:00
Eelco Dolstra
d6f97c3601
Debian 6: Update to 6.0.8
2013-10-23 11:17:20 +02:00
Eelco Dolstra
27e91e0044
Add Fedora 19
2013-10-23 11:15:45 +02:00
Eelco Dolstra
34fcf33c0b
Add Ubuntu 13.10
2013-10-23 11:08:12 +02:00
Eelco Dolstra
d846e97656
VM builds: Use Linux 3.10
...
3.4 apparently gives corrupt 9pfs data on x86. See e.g.
http://hydra.nixos.org/build/5661036
where reading /nix/store/kfldnrrsq0lbbv13gjxdfb3vb1sbaz88-vm-run-stage2
gives garbage. Strangely it doesn't happen here:
http://hydra.nixos.org/build/5658978
Ah well.
2013-08-07 14:48:22 +02:00
Eelco Dolstra
4342a32deb
VM builds: Reduce kernel verbosity
2013-08-01 14:35:31 +02:00
Eelco Dolstra
d077851b7d
VM builds: Use the default kernel
2013-08-01 14:35:31 +02:00
Eelco Dolstra
b5fcb5b67d
Use the qemu-kvm wrapper
2013-07-31 14:53:35 +02:00
aszlig
69dccda3c0
VM builds: Update debian Wheezy image to v7.1.
...
Wheezy has been released on June 15th and on all mirrors the SHA256 hash
of Packages.bz2 has changed to reflect the new release, so let's update.
Here is the release announcement from Debian:
http://www.debian.org/News/2013/20130615
It also seems that the versioning scheme has changed in version 7.x, so
they seem to have switched to a two digit versioning scheme. This means,
that the attribute name "debian70..." should really be something like
"debian7...", but I'm keeping the attribute as-is to not break
references.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-30 05:59:59 +02:00
aszlig
cd4b5e1a35
fillDiskWithDebs: Create fake start-stop-daemon.
...
This is needed in order to prevent services from starting while
populating the image with the contents of the .deb files. The procedure
used here is exactly the same as used in debootstrap.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-30 05:59:40 +02:00
Eelco Dolstra
59aca26975
* Use 'or'.
2013-07-15 14:33:27 +02:00
Rob Vermaas
da7db90068
Add CentOS 6.4 to vm images
2013-07-05 17:52:42 +02:00
Rob Vermaas
51a22a8f8a
Add loopback network device and localhost entry to /etc/hosts for VM tests.
2013-07-05 15:02:43 +02:00
Eelco Dolstra
9f5f30a7e6
Remove runInGenericVM
...
It's not used anywhere and probably doesn't work anymore.
2013-07-05 00:17:04 +02:00
Eelco Dolstra
0e386d0c13
VM builds: Use 9p/virtfs instead of CIFS
...
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).
2013-07-05 00:17:04 +02:00
Eelco Dolstra
9efe759dd8
VM builds: Increase the default memory size to 512 MB
2013-07-05 00:17:04 +02:00
Eelco Dolstra
2321f2d55c
VM builds: Panic on OOM
2013-07-05 00:17:04 +02:00
Eelco Dolstra
5f8571405b
VM builds: Use ext4 instead of ext2
2013-07-05 00:17:03 +02:00
Eelco Dolstra
ed37a6b465
VM builds: Use qemu instead of the obsolete qemu-kvm
2013-07-05 00:17:03 +02:00
Eelco Dolstra
7afc1149d9
testRPMImage: Use x86_64 image
2013-07-04 18:27:26 +02:00
Eelco Dolstra
5cfa68ab50
Reinstate sec=none
...
Seems to be required, despite the subsequent sec=ntlm. But the NixOS
VM tests work fine without this flag :-S
http://hydra.nixos.org/build/5451901
2013-07-03 14:38:56 +02:00
Eelco Dolstra
75e34854f6
Remove redundant cifs option
2013-07-02 17:03:29 +02:00
Shea Levy
dd42dd480b
runInLinuxImage: Fix derivation overriding.
...
This only ever worked because runInLinuxVM happened to call
overrideDerivation, which itself erroneously passed arbitrarily-added
attributes to the new call to derivation.
Hopefully this time Eelco won't have to revert my change ;)
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-15 01:15:16 -04:00
Eelco Dolstra
9f9620f566
Doh
2013-05-13 22:04:33 +02:00
Eelco Dolstra
278b255388
Restore unintentionally deleted line
2013-05-13 18:15:02 +02:00
Eelco Dolstra
9df603b300
Use Linux 3.9 for VM builds
...
This seems to fix CIFS hangs like: http://hydra.nixos.org/build/4916655
2013-05-13 18:12:12 +02:00
Eelco Dolstra
6fb4c62f25
Fix some old Fedora builds
...
http://hydra.nixos.org/build/4949447
2013-05-13 17:47:20 +02:00
Eelco Dolstra
5815d18460
Add Fedora 18
2013-05-08 14:08:59 +02:00
Eelco Dolstra
e7480d9cb7
Add Debian 7.0
2013-05-07 11:19:46 +02:00
Eelco Dolstra
1073187f78
Add Ubuntu 13.04
2013-05-03 14:01:32 +02:00
Eelco Dolstra
fb600a5d99
Debian VM image: Update to 6.0.7
2013-03-15 12:48:35 +01:00
Eelco Dolstra
b643316a42
VM builds: Use BusyBox
...
http://hydra.nixos.org/build/3510928
2012-12-18 16:57:11 +01:00
Lluís Batlle i Rossell
62fa1b8782
Adding ext4 to vmTools. Otherwise, nixos build-vm fails with 'useBootLoader'.
2012-12-16 21:43:35 +01:00
Eelco Dolstra
7f115621ca
Add Ubuntu 12.10
2012-12-04 20:06:07 +01:00
Eelco Dolstra
85650db656
Update Debian Squeeze to 6.0.6
2012-12-04 19:58:21 +01:00
Eelco Dolstra
b29d424115
Get deb-closure.pl to work with the latest dpkg
2012-12-04 19:56:31 +01:00
Eelco Dolstra
2ab46949cf
Add universe repo for older Ubuntu releases
2012-09-13 17:15:58 -04:00
Eelco Dolstra
fc35bed470
Fix incorrect version of Ubuntu Maverick (10.10)
2012-09-13 17:15:58 -04:00
Eelco Dolstra
20de8c8086
Make the "universe" repository available to the Ubuntu image generator
...
Also fix Ubuntu 12.04 name from "oneiric" to "precise".
2012-08-27 13:53:07 -04:00
Eelco Dolstra
bacc6ab790
Remove trailing whitespace
2012-08-27 13:53:07 -04:00
Eelco Dolstra
395718e927
Create /dev/random and /dev/urandom in VMs
...
WWW::Curl needs this to prevent "Fatal: no entropy gathering module
detected".
2012-08-27 13:53:07 -04:00
Eelco Dolstra
a54734e087
vmTools: Provide hook to add more Samba shares
2012-08-16 10:55:13 -04:00
Rob Vermaas
0cbfd8ff04
* update hashes for debian queeze
...
svn path=/nixpkgs/trunk/; revision=34316
2012-06-01 17:53:53 +00:00
Eelco Dolstra
b6917d3b73
* Added Ubuntu 12.04.
...
svn path=/nixpkgs/trunk/; revision=34055
2012-05-11 02:04:14 +00:00
Eelco Dolstra
9aa30ba705
* Pass -cpu kvm64 to keep GMP from barfing.
...
svn path=/nixpkgs/trunk/; revision=33848
2012-04-19 18:44:02 +00:00
Eelco Dolstra
8b0bc7a745
* Add modules required by Linux 3.2.
...
svn path=/nixpkgs/trunk/; revision=33742
2012-04-11 07:45:12 +00:00
Ludovic Courtès
9d125d64bf
VM: Upgrade to Debian 5.0.10.
...
svn path=/nixpkgs/trunk/; revision=33008
2012-03-12 08:13:10 +00:00
Ludovic Courtès
0a433261c5
VM: Make sure `smbd' is in QEMU's $PATH.
...
svn path=/nixpkgs/trunk/; revision=32987
2012-03-11 14:23:32 +00:00
Ludovic Courtès
5d159f8a06
runInGenericVM: Use whatever the current system is.
...
svn path=/nixpkgs/trunk/; revision=32970
2012-03-10 11:44:47 +00:00