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

[Bug]: GToolkit Download Target Should Include Zip Extension #642

Merged
merged 4 commits into from
May 21, 2024

Commits on May 16, 2024

  1. [Bug]: GToolkit Download Target Should Include Zip Extension

    Errors like the following were happening because the folder was being passed to curl instead of the file:
    Starting GToolkit build...
    Downloading GToolkit64-release image...
    curl: (23) Failure writing output to destination
    curl failed to download https://github.com/feenkcom/gtoolkit/releases/download/v1.0.773/GlamorousToolkit-MacOS-aarch64-v1.0.773.zip to '~/Repositories/smalltalkCI/_cache/GlamorousToolkit-MacOS-aarch64-v1.0.773.zip'.
    seandenigris committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4a912df View commit details
    Browse the repository at this point in the history
  2. Avoid GT DL if Cached, Discard Output during Zip Extraction

    Also, Do Not Reuse smalltalk_name Variable
    seandenigris committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f651e14 View commit details
    Browse the repository at this point in the history
  3. GT - Declare local smalltalk_version

    Co-authored-by: Max Leske <[email protected]>
    seandenigris and theseion authored May 16, 2024
    Configuration menu
    Copy the full SHA
    4381d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71bf315 View commit details
    Browse the repository at this point in the history