소스 검색

Merge topic 'ExternalProject-download-retry-for-error-code-35'

6f77077feb ExternalProject: Retry download for error code 35

Acked-by: Kitware Robot <[email protected]>
Acked-by: buildbot <[email protected]>
Merge-request: !9464
Brad King 1 년 전
부모
커밋
01e138a7b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Modules/ExternalProject/download.cmake.in

+ 1 - 1
Modules/ExternalProject/download.cmake.in

@@ -100,7 +100,7 @@ message(STATUS "Downloading...
    timeout='@TIMEOUT_MSG@'
    inactivity timeout='@INACTIVITY_TIMEOUT_MSG@'"
 )
-set(download_retry_codes 7 6 8 15 28)
+set(download_retry_codes 7 6 8 15 28 35)
 set(skip_url_list)
 set(status_code)
 foreach(i RANGE ${retry_number})