You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile azure_mgmt_compute with --all-features, but the GitHub hosted runner with 7 GiB appears to be running out of memory, getting an error like #51309. This is happening with a few crates. I've tested on stable rustc 1.56.0 & 1.55.0.
I'm trying to compile
azure_mgmt_compute
with--all-features
, but the GitHub hosted runner with 7 GiB appears to be running out of memory, getting an error like #51309. This is happening with a few crates. I've tested on stable rustc 1.56.0 & 1.55.0.To reproduce, run in a GitHub workflow:
I'm hoping there is a way to cap rustc memory and have the compilation take longer.
Meta
rustc 1.56.0 & 1.55.0
The text was updated successfully, but these errors were encountered: