-
Notifications
You must be signed in to change notification settings - Fork 683
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
PVF: consider building workers on-demand in tests #1957
Comments
Wouldn't this cause the tests to time out? Considering the amount of time required to build the workers. |
I don't think we have timeouts for tests, at least when I do |
Ok, I don't know where did I pick that up :)
Same here, which got me thinking about getting Apple M2. Esp. the runtime build, which is insane. I also have a build cache that's growing indefinitely. Is it just me? How do you guys cope with that? |
No, it's not just you. :) We all complain about it. I can confirm that M2 helps a lot - it's crazy how fast it compiles. For runtime builds, they are usually unneeded so you can pass
I think it misses Or you can just use |
Thanks! Life saver! Some of these should go into the onboarding documentation, if any :)) |
This issue has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/hardware-requirements-for-substrate-engineer/1686/13 |
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
* fix invalid batch transaction * RaceState is now trait * clippy
Originally posted by @bkchr in #1771 (review)
See also #1771 (comment).
The text was updated successfully, but these errors were encountered: