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

Ben Gamari gitlab at gitlab.haskell.org
Sat Oct 24 01:29:06 UTC 2020



Ben Gamari pushed to branch wip/tsan/all 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.

- - - - -
47c904e9 by Ben Gamari at 2020-10-23T21:29:00-04:00
Merge branch 'wip/tsan/ci' into wip/tsan/all

- - - - -


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/-/compare/51a5d3ae25416dec609743ff491514ba2d7753cb...47c904e9946951d43f9950acef35c1f16d890bf5

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/51a5d3ae25416dec609743ff491514ba2d7753cb...47c904e9946951d43f9950acef35c1f16d890bf5
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/5b758a9f/attachment.html>


More information about the ghc-commits mailing list