Fix Fedora 25 i386 RPM build

This commit is contained in:
Benjamin Hipple 2018-01-04 19:44:32 -05:00
parent 44272d8719
commit 1882e802e7
1 changed files with 2 additions and 1 deletions

View File

@ -313,7 +313,8 @@ let
{ extraPackages =
[ "sqlite" "sqlite-devel" "bzip2-devel" "libcurl-devel" "openssl-devel" "xz-devel" "libseccomp-devel" ]
++ extraPackages; };
memSize = 2048;
# At most 2047MB can be simulated in qemu-system-i386
memSize = 2047;
meta.schedulingPriority = 50;
postRPMInstall = "cd /tmp/rpmout/BUILD/nix-* && make installcheck";
#enableParallelBuilding = true;