mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
The previous logic here only skipped the bootstrap if the toolchain packages were already installed (which won't happen on the build host) but we can also skip the bootstrap if binary packages are available (which will happen on the build host). This will help avoid needless gcc rebuilds :)