-
Notifications
You must be signed in to change notification settings - Fork 50
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
Doesn't seem to cache toolchain on 4.x beta #93
Comments
Looking at this code https://github.com/vercel-community/rust/blob/main/src/index.ts#L110-L116 I'm wondering if it's just missing a cache key for the |
I am seeing the same problem. Although my build gets stuck at:
and does not recover. |
I guess one issue with this fix is that there is no notion of |
This should not happen. What's the output when setting
I am aware of this, but descoped it from the initial rework as unfortunately the solution is not as simple as specifying
|
I'm running the latest beta and it seems to download the toolchain on each commit.
It also seems to be downloading the toolchain twice.
These are my build logs. I'm running this in a repo with a Remix app as well, so the build step is building both the Rust lambdas as well as the Remix app, don't know if that would make a difference here.
The text was updated successfully, but these errors were encountered: