I usually build BambuStudio betas in a draft PR while the upstream is busy stabilising features. But as the test builds get cleaned up, and some users need those new builds for testing, I ran into problems re-running the build:
The test build failed, but the logs can’t be downloaded:
Any idea what’s going on?
While we’re on the topic, would a an RFE to keep test builds longer for some modules or PRs be something interesting to discuss, or just outright rejected?
The issue was the runner running out of memory, I’ve cut down on the number of concurrent CPUs, which lowered the memory usage sufficiently for the build to go through.