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

Simplify truffleruby+graalvm-dev build definition re: download redirect #2361

Merged
merged 1 commit into from
Mar 25, 2024

Commits on Mar 22, 2024

  1. Simplify truffleruby+graalvm-dev build definition re: download redi…

    …rect
    
    The `http get <url> <destfile>` utility had a bug with aria2c downloader where it couldn't properly save to destfile if it was an absolute path.
    
    I have tried having `http get <url> -` output the downloaded file to stdout, but this conflicted with the output of `log_command` (which is also to stdout) so for now let's keep using the temporary file to resolve manual URL redirects.
    mislav committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d3a7889 View commit details
    Browse the repository at this point in the history