Open jlpoolen opened 1 year ago
PR's are accepted. ;)
Having a "during the build" /etc/portage/make.conf and a "after the build" /etc/portage/make.conf parser could be pretty useful in general.
Right now we do some hacky things with regards to the MAKE_OPTS to allow better parallelism during the build than the pi supports.
ccache is used during the build process. Yet, the setting for ccaches persists in the final image's /etc/portage/make.conf so when the image is deployed, the user will receive messages such as "Warning: ccache requested...":
Work-around is to removed "ccache" from FEATURES in /etc/portage/make.conf