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.
main
Jörg Thalheim 2 years ago
parent 37c5db5a29
commit d6fee2a44a
  1. 6
      pkgs/build-support/vm/test.nix

@ -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…
Cancel
Save