-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add script for installing foundry #160
Conversation
9c724b1
to
2ba9679
Compare
scripts/install_foundry.sh
Outdated
|
||
set -e | ||
|
||
FOUNDRY_VERSION=v0.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we set this in versions.sh
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO we should only use versions.sh
for a version that is needed in more than one place. Adding indirectly here only increases complexity.
This reverts commit 6f97f73.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two tiny comments, otherwise LGTM! Thanks for fixing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for making these consistent.
Somewhat unrelated, have we published ARM64 builds in our fork?
@michaelkaplan13 No we haven't added the ARM64 binaries yet. |
Updated https://github.com/ava-labs/foundry/releases/tag/v0.1.0 with ARM64 binaries. |
Why this should be merged
Unifies Dockerfile and github CI to both install foundry in the same manner from our forked repo.
How this works
How this was tested
How is this documented