The build system downloads the various source files it uses on every build, even though typically the exact same files might have been already downloaded in the previous build and are available in the build directory.
Make the build system skip downloading file it already has, while somehow verifying those files were not corrupted or changed in any way.
The build system downloads the various source files it uses on every build, even though typically the exact same files might have been already downloaded in the previous build and are available in the build directory.
Make the build system skip downloading file it already has, while somehow verifying those files were not corrupted or changed in any way.