I'm trying to build packages for i386 machine on amd64 machine.
As advised in Thread 59131, I've installed mgmt/poudriere (-devel specifically).
One question. For some reason poudriere builds in one thread each of PARALLEL_JOBS (I set
As advised in Thread 59131, I've installed mgmt/poudriere (-devel specifically).
One question. For some reason poudriere builds in one thread each of PARALLEL_JOBS (I set
PARALLEL_JOBS=3
in poudriere.conf because without setting it pourdriere ate all my 16GiB RAM making 8-core AMD build system unresponsive). As far as I can see, MAKE_JOBS_NUMBER
in make.conf doesn't work (setting it or commenting out). Building in one thread, say, www/chromium make all the idea on cross-building almost useless. In one thread it is almost as long as on my i386 target machine itself.