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

fix: don't respect cargo-dist's install hints for curl-sh exprs #678

Merged
merged 1 commit into from
Dec 20, 2023

Commits on Dec 19, 2023

  1. fix: don't respect cargo-dist's install hints for curl-sh exprs

    The dist-manifest.json fundamentally lacks the information to generate perfect pretty curl-sh exprs, because it needs to be uploaded before the create-release endpoint tells us this url format. As such, oranda should ignore the manifest for these install-hints, and instead use the inference backend for them, which can use the URLs returned by the list-releases endpoint (or the github release's base url).
    Gankra committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    60ab1fd View commit details
    Browse the repository at this point in the history