Jeffrey C. Ollie 0ce1342263 gtk: fix building on Debian 12
`std.debug.assert(x)` _is not_ the same as `if (!x) unreachable`
because the function call is not `inline`. Since it's not inline the
Zig compiler will try to compile any code that might otherwise be
unreachable.

Also, added a CI test that compiles Ghostty in a Debian 12 container to
ensure that regressions do not happen.
2025-02-15 16:53:53 -06:00
..
2025-02-14 14:46:18 -08:00
2024-12-28 17:35:32 -05:00
2025-02-14 21:49:51 -06:00
2025-02-14 14:46:18 -08:00
2025-01-07 19:47:43 -08:00
2024-01-07 12:10:48 -08:00
2025-02-14 14:46:18 -08:00
2025-02-14 21:49:51 -06:00
2025-01-08 13:49:54 -08:00