Skip to content

Commit bd9af65

Browse files
committed
debug: don't use cache
1 parent 64408d3 commit bd9af65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/bin/ci_phase_iso_build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ if [ $# -gt 0 ] && [ "$1" = "-update_cache" ] ; then
188188
fi
189189
else
190190
GOT_CACHED_DATA=false
191-
if ${HAS_CACHE_ACCESS} ; then
192-
if download_build_cache ; then
193-
GOT_CACHED_DATA=true
194-
fi
195-
fi
191+
# if ${HAS_CACHE_ACCESS} ; then
192+
# if download_build_cache ; then
193+
# GOT_CACHED_DATA=true
194+
# fi
195+
# fi
196196
if ! ${GOT_CACHED_DATA} ; then
197197
echo "WARNING: Build cache is not available, rebuilding all the artifacts"
198198
fi

0 commit comments

Comments
 (0)