ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.09k stars 230 forks source link

[Windows] MIOpen Dependency json build failed due to URL issue #3325

Open junliume opened 1 month ago

junliume commented 1 month ago

https://mlsejenkinsvm.amd.com/job/UIF2/job/MIOpen/job/develop/231/cloudbees-pipeline-explorer/?filter=301

Downloading http://github.com/nlohmann/json/archive/v3.11.2.tar.gz --   | 14931 | 04:40:47 PM | Unexpected error:   | 14932 | 04:40:47 PM | HTTPSConnectionPool(host='codeload.github.com', port=443): Max retries exceeded with url: /nlohmann/json/tar.gz/refs/tags/v3.11.2 (Caused by NameResolutionError(": Failed to resolve 'codeload.github.com' ([Errno 11001] getaddrinfo failed)"))   | 14933 | 04:40:47 PM | Failed to build package nlohmann/json@v3.11.2

Hence the link

http://github.com/nlohmann/json/archive/v3.11.2.tar.gz

should be updated to

https://github.com/nlohmann/json/archive/refs/tags/v3.11.2.tar.gz

Update: It seems that sometimes the former link works too. However, the top link of Windows CI indeed failed because of it.