[Git][ghc/ghc][wip/tsan/ci] gitlab-ci: Disable documentation in TSAN build

Ben Gamari gitlab at gitlab.haskell.org
Sat Oct 24 01:28:49 UTC 2020



Ben Gamari pushed to branch wip/tsan/ci at Glasgow Haskell Compiler / GHC


Commits:
ea1f9ea2 by Ben Gamari at 2020-10-23T21:28:06-04:00
gitlab-ci: Disable documentation in TSAN build

Haddock chews through enough memory to cause the CI builders to OOM and
there's frankly no reason to build documentation in this job anyways.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -642,6 +642,9 @@ nightly-x86_64-linux-deb9-integer-simple:
     TEST_ENV: "x86_64-linux-deb9-tsan"
     BUILD_FLAVOUR: "thread-sanitizer"
     TSAN_OPTIONS: "suppressions=$CI_PROJECT_DIR/rts/.tsan-suppressions"
+    # Haddock is large enough to make TSAN choke without massive quantities of
+    # memory.
+    HADRIAN_ARGS: "--docs=none"
 
 nightly-x86_64-linux-deb9-tsan:
   <<: *nightly



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ea1f9ea25937639d642d40975ae2371cd6d012b2

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ea1f9ea25937639d642d40975ae2371cd6d012b2
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201023/1b1dc7ce/attachment.html>


More information about the ghc-commits mailing list