mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
vmTools/test: fix pcmanfm instead of pan
This goes much quicker. Also disable parallel build for machines with many cores to avoid running out of memory.
This commit is contained in:
parent
37c5db5a29
commit
d6fee2a44a
@ -9,8 +9,10 @@ with vmTools;
|
||||
|
||||
buildHelloInVM = runInLinuxVM hello;
|
||||
|
||||
buildPanInVM = runInLinuxVM (pan // { memSize = 2048; });
|
||||
|
||||
buildPcmanrmInVM = runInLinuxVM (pcmanfm.overrideAttrs (old: {
|
||||
# goes out-of-memory with many cores
|
||||
enableParallelBuilding = false;
|
||||
}));
|
||||
|
||||
testRPMImage = makeImageTestScript diskImages.fedora27x86_64;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user