| 12 Dec 2025 |
K900 | Nah | 12:13:34 |
K900 | Definitely not that bad | 12:13:38 |
aktaboot | yeah im jokin | 12:13:40 |
K900 | qtwebengine is like a 6 hour build on a normal Hydra build slot and those are both tiny and overcommitted to hell | 12:14:05 |
K900 | @raboof so wait does this mean there's no inherent issue | 12:23:42 |
K900 | And it's just a link order thing | 12:23:45 |
raboof | no it's not just link ordering: when dependencies are not explicit, cmake will kick off the qml code generation for the 'dependent' before processing the 'dependee' has finished, causing it to nondeterministically miss generating code that should come in via the 'dependee'. I'm not sure why that doesn't seem to cause more actually-observed issues, though. | 12:27:36 |
K900 | Wew | 12:27:48 |
K900 | So it is ordering | 12:27:52 |
K900 | But yeah | 12:27:54 |
raboof | * no it's not just link ordering: when dependencies are not explicit, cmake will kick off the qml code generation for the 'depending' before processing the 'dependee' has finished, causing it to nondeterministically miss generating code that should come in via the 'dependee'. I'm not sure why that doesn't seem to cause more actually-observed issues, though. | 12:27:57 |