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 invalid FOUNDRY_VERSION in setup.sh #447

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gzliudan
Copy link

@gzliudan gzliudan commented Apr 11, 2024

Summary

This PR replace the invalid FOUNDRY_VERSION in the file setup.sh to fix the below error:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
foundryup: command failed: tar -xzC /home/me/.foundry/bin

Detail

When I run yarn after cloned this repository, I encountered the following error:

1712829143636

The root cause is that nightly-2cf84d9f3ba7b6f4a9296299e7036ecc24cfa1da is an invalid version in the file setup.sh. I updated it with Nightly (2024-04-02). According to my test, Nightly (2024-04-12) and Nightly (2024-04-10) has other bug.

Testing

Documentation


Requested Reviewers: @mention

@gzliudan gzliudan changed the title fix wrong FOUNDRY_VERSION in setup.sh fix invalid FOUNDRY_VERSION in setup.sh Apr 12, 2024
Copy link

@Dioliode Dioliode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DioX

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.

2 participants