Hello CoreOS Dev ! Is there are preferred way of having coreos enable ccache for build_packages ?
Gentoo way of enabling ccache seems to be adding FEATURES=ccache to /etc/portage/make.conf. I see that /etc/portage/make.conf gets clobbered by src/scripts/setup_board. If I add FEATURES=ccache to the setup_board (around where it clobbers make.conf) it seems to work. Was wondering if there is already another way. May be a --ccache option to setup_board ? Thank you.
