pkgsMusl.postgresql_jit: disable tests

This commit is contained in:
Wolfgang Walther 2025-04-05 19:59:53 +02:00
parent c0f7566ed5
commit dcb7a17994
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -457,7 +457,10 @@ let
# the tests works fine most of the time. But once the tests (or any package using
# postgresqlTestHook) fails on the same machine for a few times, enough IPC objects
# will be stuck around, and any future builds with the tests enabled *will* fail.
!(stdenv'.hostPlatform.isDarwin);
!(stdenv'.hostPlatform.isDarwin)
&&
# Regression tests currently fail in pkgsMusl because of a difference in EXPLAIN output.
!(stdenv'.hostPlatform.isMusl);
installCheckTarget = "check-world";
passthru =