chore: strip profiled & don't push cache

This commit is contained in:
Gregor Kleen 2021-01-28 18:26:47 +01:00
parent d7ed834fba
commit adf60f9ae6

View File

@ -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