Skip to content

[depends] Fix FALLBACK_DOWNLOAD_PATH#659

Open
DeckerSU wants to merge 2 commits intodevfrom
patch-fix-fallback-download-path
Open

[depends] Fix FALLBACK_DOWNLOAD_PATH#659
DeckerSU wants to merge 2 commits intodevfrom
patch-fix-fallback-download-path

Conversation

@DeckerSU
Copy link

Fixes the case where build_DOWNLOAD (using curl or wget) fails to download the required package from the default URL specified in depends/packages/%recipe_name%.mk. It will then attempt to download from FALLBACK_DOWNLOAD_PATH. This also resolves the macOS CI/CD error "curl: (3) URL rejected: No host part in the URL" noted here: #652. It appears that newer versions of curl included in the latest GitHub runner image exit with an error when FALLBACK_DOWNLOAD_PATH is not set (due to mixed-up variable names FALLBACK_DOWNLOAD_PATH and PRIORITY_DOWNLOAD_PATH in the Makefile). This should now be fixed.

DeckerSU added 2 commits July 22, 2025 18:55
Fixes the case where build_DOWNLOAD (using curl or wget) fails to download the required package from the default URL specified in depends/packages/%recipe_name%.mk. It will then attempt to download from FALLBACK_DOWNLOAD_PATH. This also resolves the macOS CI/CD error "curl: (3) URL rejected: No host part in the URL" noted here: #652. It appears that newer versions of curl included in the latest GitHub runner image exit with an error when FALLBACK_DOWNLOAD_PATH is not set (due to mixed-up variable names FALLBACK_DOWNLOAD_PATH and PRIORITY_DOWNLOAD_PATH in the Makefile). This should now be fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant