ocamlPackages.uring: disable tests

This commit is contained in:
Alyssa Ross 2024-11-10 22:12:31 +01:00
parent c0ce5f54d9
commit 5da3849f3d

View File

@ -37,7 +37,9 @@ buildDunePackage rec {
mdx.bin
];
doCheck = true;
# Tests use io_uring, which is blocked by Lix's sandbox because it's
# opaque to seccomp.
doCheck = false;
dontStrip = true;