-
Notifications
You must be signed in to change notification settings - Fork 93
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
specifying versions #35
Comments
same issue, need to be able to pin to a specific foundry commit because foundry has a bug and our CI is failing until foundry team fixes their bug we need to be able to pin to a specific known-good version of foundry |
it appears version specification might work, e.g. like so:
|
Yes. nightly versions work. But do keep foundry's release management in mind - it appears that nightly versions are purged on a regular basis with the exception of those released on the 2nd of each month. |
## Summary previous version appeared to have been pulled, causing a 404?? https://github.com/foundry-rs/foundry/tags see foundry-rs/foundry-toolchain#35 this updates it to an older version that doesn't look like it will get pulled.
Is it possible to specify a version like so : nightly-d369d2486f85576eec4ca41d277391dfdae21ba7
Are nightly and 0.1.0 and 0.2.0 the only possible values?
The text was updated successfully, but these errors were encountered: