Re: FreeBSD ports community is broken [port building configuration notes]
- In reply to: Mark Millard : "Re: FreeBSD ports community is broken [port building configuration notes]"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Feb 2024 07:16:09 UTC
Am 18.02.2024 um 18:52 schrieb Mark Millard: > NO_ZFS=yes > USE_TMPFS=no > PARALLEL_JOBS=2 > ALLOW_MAKE_JOBS=yes > MAX_EXECUTION_TIME=432000 > NOHANG_TIME=432000 > MAX_EXECUTION_TIME_EXTRACT=14400 > MAX_EXECUTION_TIME_INSTALL=14400 > MAX_EXECUTION_TIME_PACKAGE=57600 > MAX_EXECUTION_TIME_DEINSTALL=14400 maybe you also want to add: CCACHE_DIR=/var/cache/ccache this reduces a second build of e.g. llvm from about 2hours to 5-10 minutes. And maybe call poudriere with the `-b latest` flag, so poudriere searches at first for already prebuild packages. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook