Martin Zink created MINIFICPP-1969:
--------------------------------------
Summary: Intermittent failure due to unavailable curl download
Key: MINIFICPP-1969
URL: https://issues.apache.org/jira/browse/MINIFICPP-1969
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Martin Zink
Assignee: Martin Zink
Sometimes the CI cant download curl from
[https://curl.haxx.se/download/curl-7.64.0.tar.gz]
We should change the download link to
[https://github.com/curl/curl/releases/download/curl-7_64_0/curl-7.64.0.tar.gz]
To decrease the number of third party download providers. We already massively
depend on github (CI, and other thirdparty dowloads) so if github is down the
CI would fail anyways.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)