Skip to content

Commit

Permalink
remote: set "-with-rtsopts -V0" for testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Nov 12, 2023
1 parent 39bf386 commit f60a78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hnix-store-remote/hnix-store-remote.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f60a78d

Please sign in to comment.