chore(profiling): maybe compile twice?
This commit is contained in:
parent
a94ee1747e
commit
984746d8ad
@ -155,7 +155,8 @@ yesod:build:profile:
|
|||||||
|
|
||||||
stage: yesod:build
|
stage: yesod:build
|
||||||
script:
|
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:
|
needs:
|
||||||
- frontend:build
|
- frontend:build
|
||||||
before_script: *haskell
|
before_script: *haskell
|
||||||
|
|||||||
Reference in New Issue
Block a user