We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2cdff commit edfef13Copy full SHA for edfef13
.ci/utils.sh
@@ -56,6 +56,7 @@ function start-group {
56
export PIP_BREAK_SYSTEM_PACKAGES=1
57
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
58
59
-if [[ "$GITHUB_ACTIONS" != "" ]]; then
+# The ARM64 builders run on AWS and don't have access to the GCS cache.
60
+if [[ "$GITHUB_ACTIONS" != "" ]] && [[ "$RUNNER_OS" != "ARM64" ]]; then
61
python .ci/cache_lit_timing_files.py download
62
fi
0 commit comments