chore: disable nonblocking gc
This commit is contained in:
parent
336424d369
commit
9dba00ce3d
@ -260,12 +260,12 @@ executables:
|
|||||||
- condition: flag(library-only)
|
- condition: flag(library-only)
|
||||||
buildable: false
|
buildable: false
|
||||||
ghc-options:
|
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:
|
uniworxdb:
|
||||||
main: Database.hs
|
main: Database.hs
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -main-is Database
|
- -main-is Database
|
||||||
- -threaded -rtsopts "-with-rtsopts=-N -T -xn"
|
- -threaded -rtsopts "-with-rtsopts=-N -T"
|
||||||
source-dirs: test
|
source-dirs: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- uniworx
|
- uniworx
|
||||||
@ -278,7 +278,7 @@ executables:
|
|||||||
main: Load.hs
|
main: Load.hs
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -main-is Load
|
- -main-is Load
|
||||||
- -threaded -rtsopts "-with-rtsopts=-N -T -xn"
|
- -threaded -rtsopts "-with-rtsopts=-N -T"
|
||||||
source-dirs: load
|
source-dirs: load
|
||||||
dependencies:
|
dependencies:
|
||||||
- uniworx
|
- uniworx
|
||||||
@ -312,7 +312,7 @@ tests:
|
|||||||
- yesod-persistent
|
- yesod-persistent
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -fno-warn-orphans
|
- -fno-warn-orphans
|
||||||
- -threaded -rtsopts "-with-rtsopts=-N -T -xn"
|
- -threaded -rtsopts "-with-rtsopts=-N -T"
|
||||||
hlint:
|
hlint:
|
||||||
main: Hlint.hs
|
main: Hlint.hs
|
||||||
other-modules: []
|
other-modules: []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user