From f60a78d1e9fe633a580b46f4ead7326c1dafe565 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Sun, 12 Nov 2023 13:54:25 +0100 Subject: [PATCH] remote: set "-with-rtsopts -V0" for testsuite See also https://github.com/redneb/hs-linux-namespaces/issues/3 Related to #222 --- hnix-store-remote/hnix-store-remote.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hnix-store-remote/hnix-store-remote.cabal b/hnix-store-remote/hnix-store-remote.cabal index 521cf4c8..38712329 100644 --- a/hnix-store-remote/hnix-store-remote.cabal +++ b/hnix-store-remote/hnix-store-remote.cabal @@ -86,10 +86,11 @@ test-suite hnix-store-remote-tests if !flag(io-testsuite) || os(darwin) buildable: False - ghc-options: -rtsopts -fprof-auto type: exitcode-stdio-1.0 main-is: Driver.hs + -- See https://github.com/redneb/hs-linux-namespaces/issues/3 + ghc-options: -rtsopts -fprof-auto "-with-rtsopts -V0" other-modules: NixDaemon , Spec