Skip to content

Commit f60a78d

Browse files
committed
remote: set "-with-rtsopts -V0" for testsuite
See also redneb/hs-linux-namespaces#3 Related to #222
1 parent 39bf386 commit f60a78d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,11 @@ test-suite hnix-store-remote-tests
8686

8787
if !flag(io-testsuite) || os(darwin)
8888
buildable: False
89-
ghc-options: -rtsopts -fprof-auto
9089

9190
type: exitcode-stdio-1.0
9291
main-is: Driver.hs
92+
-- See https://github.com/redneb/hs-linux-namespaces/issues/3
93+
ghc-options: -rtsopts -fprof-auto "-with-rtsopts -V0"
9394
other-modules:
9495
NixDaemon
9596
, Spec

0 commit comments

Comments
 (0)