-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
A-Build-SystemRelated to build systems or continuous integrationRelated to build systems or continuous integrationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes
Description
Bevy version
[Optional] Relevant system information
Windows
What you did
Run cargo run -p ci --doc
.
What went wrong
Doc tests for initial crates pass, and then a dozen or so doc tests within bevy_gizmos
get stuck, producing a warning that they've been running for more than 60 seconds.
My computer then runs out of RAM (over 12 GB!), freezes, and I have to hard reboot.
Additional information
Running with fewer threads via e.g. -j 4
improves responsiveness and slows down time-to-hang, but does not resolve the problem.
This works fine in CI, so it may be OS specific.
Metadata
Metadata
Assignees
Labels
A-Build-SystemRelated to build systems or continuous integrationRelated to build systems or continuous integrationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes