| 16 May 2025 |
Tristan Ross | Alright, I might add a section to pkgs/development/compilers/llvm/README.md to document what's needed when bumping LLVM treewide since it seems there's quite a bit of stuff. | 22:11:57 |
emily | FWIW, rustc.passthru.tests covers all the Linux stuff | 22:12:52 |
emily | so Darwin stdenv + that + pkgsLLVM.hello should be sufficient if Rust is bumped | 22:13:11 |
emily | I forget if we're expecting any major breaking changes from 20 | 22:13:31 |
emily | for 19 we did quite a lot of prep because a ton of things broke https://github.com/NixOS/nixpkgs/pull/354107 | 22:13:41 |
Tristan Ross | Yeah, I'm thinking we could do a NixOS test in pkgsLLVM once we have it more workable | 22:13:45 |
emily | though that was in part just because it was pre-branchoff | 22:13:54 |
Tristan Ross | Oh, yeah I forgot about that PR lol | 22:14:18 |
Randy Eckenrode | I have run into some other failures, but I don’t know if they’re related. catch2 (transitive dependency of mpv) fails to build. Another one did as well, but I don}t recall what it was off hand. | 22:58:51 |
Tristan Ross | I think it's generally okay if there's some failures, it's just critical things. And we can fix it when we see it. | 23:18:46 |
emily | triage bandwidth is an issue, if it holds up security fixes in the -next cycle because a ton of stuff is broken on Darwin | 23:25:04 |
emily | I assume we're not looking at LLVM 19 levels of breakage though | 23:25:12 |
emily | GCC 15 bump should be about due too… | 23:25:19 |
Tristan Ross | Yeah, this is one of the reason why I think these sorts of things should be done early after branch off since it gives us the maximum amount of time to fix issues. | 23:45:50 |
emily | well, for -next that doesn't help so much, since we can only merge if at least all channel blockers are working, and there's always security fixes in the pipeline | 23:46:27 |