Skip to content

Commit edfef13

Browse files
committed
Remove cache files
1 parent fa2cdff commit edfef13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/utils.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function start-group {
5656
export PIP_BREAK_SYSTEM_PACKAGES=1
5757
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
5858

59-
if [[ "$GITHUB_ACTIONS" != "" ]]; then
59+
# The ARM64 builders run on AWS and don't have access to the GCS cache.
60+
if [[ "$GITHUB_ACTIONS" != "" ]] && [[ "$RUNNER_OS" != "ARM64" ]]; then
6061
python .ci/cache_lit_timing_files.py download
6162
fi

0 commit comments

Comments
 (0)