chore: maybe magic flag helps with profiled build failures?

This commit is contained in:
Gregor Kleen 2021-01-29 09:34:28 +01:00
parent adf60f9ae6
commit a94ee1747e

View File

@ -155,7 +155,7 @@ yesod:build:profile:
stage: yesod:build
script:
- stack build --profile --copy-bins --local-bin-path $(pwd)/bin --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic
- stack build --profile --copy-bins --local-bin-path $(pwd)/bin --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --no-strip --ghc-options="-fexternal-interpreter"
needs:
- frontend:build
before_script: *haskell