I'm not sure if this is possible but I would like to change an option from poudriere.conf, but only for a specific port, specifically devel/llvm. The problem is when I try to compile devel/llvm I think the builder might be running out of tmpfs space because it claims :
I have only given it 2GiB of tmpfs for each builder, which was never a problem in the past but it seems like devel/llvm is giving it a real workout. I'm currently trying disabling the limit on tmpfs for each builder and upping the amount of RAM, but if it doesn't work I would like to disable tmpfs for only that port. Is it possible to disable that option for only llvm with
Code:
/usr/bin/ld: final link failed: No space left on device
I have only given it 2GiB of tmpfs for each builder, which was never a problem in the past but it seems like devel/llvm is giving it a real workout. I'm currently trying disabling the limit on tmpfs for each builder and upping the amount of RAM, but if it doesn't work I would like to disable tmpfs for only that port. Is it possible to disable that option for only llvm with
USE_TMPFS=no
for only devel/llvm?