Skip to content

Commit

Permalink
BLD Add extra debugging info and relax timeout for gitlab profiling b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
unode committed Feb 13, 2020
1 parent 7539b9d commit b461a1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ build-and-test-ubuntu-wsl-profiling:

variables:
LC_ALL: "C.UTF-8"
STACKOPTS: "--system-ghc --work-dir .stack-work-profile --ghc-options '-fPIC -fprof-auto -rtsopts' --flag NGLess:embed --executable-profiling --library-profiling"
STACKOPTS: "--system-ghc --work-dir .stack-work-profile --ghc-options '-fPIC -g -fprof-auto -rtsopts' --flag NGLess:embed --executable-profiling --library-profiling"
retry: 1

script:
Expand All @@ -109,6 +109,8 @@ build-and-test-ubuntu-wsl-profiling:
allow_failure: true
# Don't run this step automatically, make it a manually triggered build
when: manual
# The profiling build takes considerably longer, so relax the project's 2 hour limit
timeout: 4 hours

artifacts:
when: on_success
Expand Down

0 comments on commit b461a1c

Please sign in to comment.