We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4b506 commit cfed8b9Copy full SHA for cfed8b9
1 file changed
test/bin/ci_phase_iso_build.sh
@@ -188,11 +188,11 @@ if [ $# -gt 0 ] && [ "$1" = "-update_cache" ] ; then
188
fi
189
else
190
GOT_CACHED_DATA=false
191
- if ${HAS_CACHE_ACCESS} ; then
192
- if download_build_cache ; then
193
- GOT_CACHED_DATA=true
194
- fi
195
+ # if ${HAS_CACHE_ACCESS} ; then
+ # if download_build_cache ; then
+ # GOT_CACHED_DATA=true
+ # fi
196
if ! ${GOT_CACHED_DATA} ; then
197
echo "WARNING: Build cache is not available, rebuilding all the artifacts"
198
0 commit comments