-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Configuration-cache broken with 8.1 on ARM devices Mac + Linux #271
Comments
I noticed that configuration cache does not work becaouse NodeVersionSource always changes. Is this the reason you reopened it? May I suggest to skip the NodeVersionSource abstraction? Something like:
|
I'll have a closer look tonight, but the problem is that on ARM devices we need to run a command (right now only |
It always changing is going to be addressed in the next release, currently having lots of discussion on how to best evolve the setup |
5.0.0 is out and this should now be properly fixed |
With 8.1 it's no longer allowed to run commands during the configuration phase in the way we used to
In 8.0 this was seemingly allowed and was properly picked up by the configuration-cache report
The text was updated successfully, but these errors were encountered: