Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-07 | user/llvm18: Ensure stack sizes are set properly | A. Wilcox | 1 | -0/+9 | |
* Run `chelf` on the binaries after they are installed, in case they are re-linked during the install process. This was the cause of #1272. * Disable two more tests that caused failures on gwyn due to #1250. Closes: #1272 | |||||
2024-12-06 | bootstrap/llvm18: replace symlink with files. | Zach van Rijn | 14 | -1/+762 | |
Note: default_llvm="no" Effectively reverts 1c7549b7bb4dcf1142d6c19876841ccc93fcafd5 since 'abuild' uses readlink to derive repository information. The user/llvm18 package is free to be updated independently. | |||||
2024-12-06 | bootstrap/llvm18: symbolic link to user/llvm18. | Zach van Rijn | 1 | -0/+1 | |
2024-12-04 | user/llvm14: Move to bootstrap/ | A. Wilcox | 14 | -0/+946 | |
Package is only needed by Rust bootstrap packages. | |||||
2024-10-21 | bootstrap/llvm16: Fix issues on pmmx | A. Wilcox | 2 | -0/+253 | |
Use fast precision to avoid x87-related bugs in SSE register scheduling. Import fix from LLVM 14 for the test failure caused by fast precision. Ref: #1200 Closes: #1258 | |||||
2024-10-17 | bootstrap/rust-1.7x: Reduce debug information | Zach van Rijn | 10 | -10/+10 | |
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 | 10 | -3/+168 | |
Closes: #1248 | |||||
2024-10-17 | bootstrap/rust-1.67,68: Fix PPC crossbeam patches | A. Wilcox | 4 | -2/+66 | |
2024-10-17 | bootstrap/rust-1.66: Fix crossbeam patches for ppc | A. Wilcox | 2 | -1/+33 | |
Closes: #1247 | |||||
2024-10-17 | bootstrap/rust-1.65: Fix crossbeam patches for ppc | A. Wilcox | 2 | -1/+33 | |
Closes: #1246 | |||||
2024-10-17 | bootstrap/rust-1.64: Fix crossbeam patches for ppc | A. Wilcox | 2 | -1/+33 | |
Closes: #1245 | |||||
2024-10-17 | bootstrap/llvm16: Workarounds for PPC test issues | A. Wilcox | 2 | -0/+33 | |
Closes: #1244 | |||||
2024-10-17 | bootstrap/rusts: Don't check after all | A. Wilcox | 18 | -18/+18 | |
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 | 273 | -1/+24971 | |
2024-10-17 | bootstrap/llvm16: New package | A. Wilcox | 11 | -0/+960 | |
2024-10-17 | bootstrap/rust-1.62: New package | A. Wilcox | 18 | -0/+1589 | |
2024-10-17 | bootstrap/rust-1.61: New package | A. Wilcox | 18 | -0/+1608 | |
2024-10-17 | bootstrap/rust-1.60: Bootstrap rustfmt | A. Wilcox | 1 | -0/+1 | |
Needed to bootstrap newer Rust versions. | |||||
2024-10-17 | user/rust: rename to bootstrap/rust-1.60 | A. Wilcox | 19 | -0/+1671 | |