diff options
Diffstat (limited to 'ci/run_retry.sh')
-rwxr-xr-x | ci/run_retry.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/run_retry.sh b/ci/run_retry.sh index 9105c9cc..6aa7e0f1 100755 --- a/ci/run_retry.sh +++ b/ci/run_retry.sh @@ -6,6 +6,8 @@ set -o pipefail ERRORS=( "Warning: An error occurred while preparing SDK package Android SDK Tools: Connection reset." "The Xcode build system has crashed. Build again to continue." + "libc++abi: terminating with uncaught exception" + "failed to rename archive file: Access is denied. (os error 5)" ) RETRIES=3 LOGFILE="/tmp/logfile.txt" |