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:
Jörg Thalheim 2021-12-31 15:38:42 +00:00
parent 37c5db5a29
commit d6fee2a44a

View File

@ -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;