chore: strip profiled & don't push cache
This commit is contained in:
parent
d7ed834fba
commit
adf60f9ae6
@ -146,12 +146,16 @@ yesod:build:
|
||||
interruptible: true
|
||||
resource_group: ram
|
||||
|
||||
yesod:build-profile:
|
||||
yesod:build:profile:
|
||||
cache:
|
||||
<<: *global_cache
|
||||
policy: pull
|
||||
|
||||
services: *build-services
|
||||
|
||||
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
|
||||
- stack build --profile --copy-bins --local-bin-path $(pwd)/bin --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic
|
||||
needs:
|
||||
- frontend:build
|
||||
before_script: *haskell
|
||||
|
||||
Loading…
Reference in New Issue
Block a user