| 27 Jun 2026 |
K900 |  Download uh oh lol | 14:17:33 |
Alyssa Ross | ugh, did a big musl test a couple of days out, and then last minute systemd update got in that doesn't build :( | 14:20:01 |
hexa | huh | 14:20:48 |
hexa | I didn't think 261 happend close to the cycle | 14:20:57 |
hexa | but rather they missed 261.1 | 14:21:01 |
K900 | -next is on 261, at least | 14:21:38 |
K900 | (.0) | 14:21:41 |
emily | can just cherry-pick the relevant PR before landing -next | 14:21:50 |
emily | I ordered it specifically to avoid breaking CI but didn't think about landing the -next | 14:21:59 |
emily | ofc bypass also works | 14:22:03 |
K900 | Yeah we'll probably have to bypass | 14:22:11 |
K900 | That's fine | 14:22:15 |
Alyssa Ross | 3 days ago | 14:22:24 |
Grimmauld (any/all) | https://github.com/NixOS/nixpkgs/pull/525195, merged 3d ago | 14:22:54 |
K900 | hexa can you ack https://github.com/NixOS/nixpkgs/pull/536047 | 14:22:58 |
K900 | Cause we're going to hit that pretty soon I'm assuming | 14:23:12 |
hexa | queued | 14:23:47 |
Myria | Another one that may need restarting: https://hydra.nixos.org/build/333248196 | 14:25:09 |
emily | is hasDistutilsCxxPatch dead code now? | 14:25:54 |
K900 | Uhh, possibly? | 14:26:11 |
emily | ah, not for NumPy 1 | 14:26:11 |
K900 | Not sure if there are any remaining uses | 14:26:17 |
emily | ++ optionals (hasDistutilsCxxPatch && pythonOlder "3.12") [ | 14:26:18 |
emily | though the CPython derivation implies it's only used for ,= 3.11 | 14:26:27 |
emily | * though the CPython derivation implies it's only used for ≤ 3.11 | 14:26:30 |
K900 | OK so very close to deadness | 14:26:31 |
emily | 3.11 is due for drop this release right? | 14:26:57 |
Myria | Yeah, distutils is apparently deprecated for python 3.12 from what I say in the numpy code | 14:27:01 |
Myria | No sorry, removed in 3.12 | 14:27:40 |
K900 | From upstream, yes | 14:28:03 |