[Git][ghc/ghc][wip/ci-fixes] gitlab-ci: Fix name of flavour in ThreadSanitizer job
Ben Gamari
gitlab at gitlab.haskell.org
Thu Dec 10 04:56:29 UTC 2020
Ben Gamari pushed to branch wip/ci-fixes at Glasgow Haskell Compiler / GHC
Commits:
097b9f44 by Ben Gamari at 2020-12-09T23:55:48-05:00
gitlab-ci: Fix name of flavour in ThreadSanitizer job
It looks like I neglected to update this after introduce flavour
transformers.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -709,7 +709,7 @@ nightly-x86_64-linux-deb9-integer-simple:
stage: full-build
variables:
TEST_ENV: "x86_64-linux-deb9-tsan"
- BUILD_FLAVOUR: "thread-sanitizer"
+ BUILD_FLAVOUR: "default+thread_sanitizer"
TSAN_OPTIONS: "suppressions=$CI_PROJECT_DIR/rts/.tsan-suppressions"
# Haddock is large enough to make TSAN choke without massive quantities of
# memory.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/097b9f449fc1a218b70a304be9135eb63bce639a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/097b9f449fc1a218b70a304be9135eb63bce639a
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/20201209/be30078e/attachment.html>
More information about the ghc-commits
mailing list