| 22 Nov 2025 |
K900 | It's a fairly safe update usually | 09:03:37 |
K900 | And impact should not be big | 09:03:38 |
K900 | @vcunat took some cmake wrangling but it should be good now | 09:42:58 |
K900 | Rebuilds all of 14 things | 09:43:06 |
K900 | Which I've verified locally | 09:43:10 |
vcunat | Right, I saw in announcement that they changed defaults around qt5+6. | 09:44:21 |
vcunat | staging-next + staging-nixos merged to master. | 18:32:45 |
| 23 Nov 2025 |
K900 | Can we squeeze in Qt 6.10.1? | 15:52:53 |
K900 | It's a little over the normal staging threshold | 15:52:58 |
K900 | But has some nice fixes and I don't want to build it twice for 25.11 and unstable | 15:53:12 |
hexa | I also still have a protobuf situation, I think 🫠 | 15:55:12 |
hexa | the squashing of protobuf versions didn't happen after all as I hoped | 15:55:39 |
vcunat |
We plan to do branchoff tomorrow or Tuesday evening (CET).
| 15:55:46 |
hexa | * the squashing of protobuf versions didn't happen after all as I hoped it would | 15:55:50 |
hexa | is staging-25.05 next? | 15:56:34 |
vcunat | If we need something for the 25.11 release, I'd say that takes priority. | 15:57:30 |
vcunat | But yes, otherwise I thought of 25.05. | 15:57:39 |
K900 | Protobuf will be a significant rebuild | 15:58:01 |
K900 | And will drag most of Qt along | 15:58:06 |
K900 | So if we're doing that I'd like to have Qt as well | 15:58:12 |
vcunat | python3.pkgs.protobuf might suffice, but that would still not be a minor rebuild. | 16:01:03 |
vcunat | * python3.pkgs.protobuf might suffice maybe, but that would still not be a minor rebuild. | 16:01:07 |
hexa | maybe I can just revert system protobuf in openvino for now, then it will be small-ish | 16:01:54 |
hexa | still bisecting | 16:02:09 |
hexa | e1ece2c5218fa3141ee7bef86f16710640c10d4c is the first bad commit
commit e1ece2c5218fa3141ee7bef86f16710640c10d4c (HEAD)
Author: Martin Weinelt <hexa@darmstadt.ccc.de>
Date: Mon Nov 17 20:31:00 2025 +0100
openvino: use system protobuf
pkgs/by-name/op/openvino/package.nix | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
| 16:12:34 |
hexa | 👏 | 16:12:43 |
vcunat | No rebuild?
Rebuild: linux 4, darwin 0
| 16:13:33 |
hexa | little to none, yeah | 16:16:17 |
hexa | will confirm this is sufficient now | 16:16:27 |
hexa | I still think the cause it that this mixes protobuf versions | 16:16:44 |