On Thu, Sep 11, 2025 at 7:18 AM Peter Eisentraut <peter@eisentraut.org> wrote:
> I don't think we need this level of complication. We already have the
> situation that for example "linux" covers several tasks
Recently, I've wished that it were otherwise; if I'm debugging a
Meson-only test failure in Linux, I don't want to burn credits running
Autoconf.
> and "windows"
> also covers several tasks, one of which is manually triggered.
I think it only covers one? The other is `mingw` (and I've used that
one recently, for the pytest work).
--Jacob