735600a31fb649ee77ed4bb87b61740b3d654b44
Recompiling the entire OS for every build takes way too long for development purposes. Since we build binary packages anyway, let's keep them around between builds by storing them on a Kubernetes persistent volume. Eventually, I want add a build parameter to wipe out the binary package storage to force a from-scratch build. We'll use that option for robust periodic builds, once development has slowed down.
Description
No description provided
Languages
Shell
83.2%
Makefile
16.8%