chore(profiling): maybe compile twice?
This commit is contained in:
parent
a94ee1747e
commit
984746d8ad
@ -155,7 +155,8 @@ 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 --no-strip --ghc-options="-fexternal-interpreter"
|
||||
- stack build --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --no-strip
|
||||
- stack build --profile --copy-bins --local-bin-path $(pwd)/bin --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --no-strip --ghc-options="-osuf p_o"
|
||||
needs:
|
||||
- frontend:build
|
||||
before_script: *haskell
|
||||
|
||||
Loading…
Reference in New Issue
Block a user