| 23 Aug 2025 |
vcunat | nss version for ESR is an interesting topic to cross-link, I guess: https://github.com/NixOS/nixpkgs/pull/435439#pullrequestreview-3147127146 | 09:20:49 |
| ebeem-sama changed their profile picture. | 19:59:10 |
| 25 Aug 2025 |
hexa | apparently longarch64-linux is now also a concern https://github.com/NixOS/nixpkgs/pull/436667#issuecomment-3221596322 | 20:20:27 |
hexa | can't wait until some people push for windows build | 20:20:38 |
hexa | the matrix is already too big | 20:20:47 |
hexa | * the test matrix is already too big | 20:20:55 |
| 26 Aug 2025 |
vcunat | For reference, I'm way more concerned about the AI bloat, on the same PR. | 10:39:08 |
hexa | onnxruntime itself looked like 102 MiB runtime closure increase | 11:07:09 |
hexa | before compression | 11:07:17 |
vcunat | Yeah, all those compilers aren't in onnxruntime closure itself. | 11:12:23 |
vcunat | I haven't investigated how they got into the closure, just compared the FF 142 on nixos-unstable with the lastest master (also 142). | 11:13:00 |
hexa | yeah, I'm searching | 11:13:11 |
hexa | patch removal is the issue | 11:24:57 |
hexa | no-buildconifg | 11:25:30 |
hexa | * no-buildconfig | 11:25:32 |
hexa | - ++ lib.optionals (lib.versionAtLeast version "136") [ ./no-buildconfig-ffx136.patch ]
| 11:26:02 |
vcunat | Aah, sure! | 11:26:15 |
vcunat | Makes sense now. | 11:26:24 |