chore: disable nonblocking gc

This commit is contained in:
Gregor Kleen 2020-08-19 14:54:02 +02:00
parent 336424d369
commit 9dba00ce3d

View File

@ -260,12 +260,12 @@ executables:
- condition: flag(library-only)
buildable: false
ghc-options:
- -threaded -rtsopts "-with-rtsopts=-N -T -xn"
- -threaded -rtsopts "-with-rtsopts=-N -T" # Nonblocking GC causes segfaults in production as of 2020-08-19
uniworxdb:
main: Database.hs
ghc-options:
- -main-is Database
- -threaded -rtsopts "-with-rtsopts=-N -T -xn"
- -threaded -rtsopts "-with-rtsopts=-N -T"
source-dirs: test
dependencies:
- uniworx
@ -278,7 +278,7 @@ executables:
main: Load.hs
ghc-options:
- -main-is Load
- -threaded -rtsopts "-with-rtsopts=-N -T -xn"
- -threaded -rtsopts "-with-rtsopts=-N -T"
source-dirs: load
dependencies:
- uniworx
@ -312,7 +312,7 @@ tests:
- yesod-persistent
ghc-options:
- -fno-warn-orphans
- -threaded -rtsopts "-with-rtsopts=-N -T -xn"
- -threaded -rtsopts "-with-rtsopts=-N -T"
hlint:
main: Hlint.hs
other-modules: []