Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-17 | bootstrap/rust-1.7x: Reduce debug information | Zach van Rijn | 1 | -1/+1 | |
This still provides debug information, but prevents runaway memory usage which was causing 32-bit builders to fail. Closes: #1249 | |||||
2024-10-17 | bootstrap/rust-1.[71-75]: Fix libc crate on PPC | A. Wilcox | 2 | -1/+20 | |
Closes: #1248 | |||||
2024-10-17 | bootstrap/rusts: Don't check after all | A. Wilcox | 1 | -1/+1 | |
It wastes about 10-15 minutes per build. The tests will fail virtually everywhere until the late 70s (~76 for x86_64, ~78 for ppc64) anyway. I had originally thought it would be good to have a list of the failures present in logs in case we had other failures, but if we do we can always run them ourselves. No reason to waste hours of machine time for test results we throw away anyway. | |||||
2024-10-17 | bootstrap/rust-1.{61-79}: New package | A. Wilcox | 14 | -0/+1400 | |