Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
junliume opened this issue Oct 18, 2024 · 0 comments
Open

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

junliume opened this issue Oct 18, 2024 · 0 comments
Assignees
Labels

Comments

@junliume
Copy link
Collaborator

junliume commented Oct 18, 2024

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/[email protected]

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants