[Git][ghc/ghc][wip/tsan/all] CI
Ben Gamari
gitlab at gitlab.haskell.org
Fri Sep 18 19:49:45 UTC 2020
Ben Gamari pushed to branch wip/tsan/all at Glasgow Haskell Compiler / GHC
Commits:
d369bb64 by GHC GitLab CI at 2020-09-18T19:49:39+00:00
CI
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -636,12 +636,21 @@ nightly-x86_64-linux-deb9-integer-simple:
TEST_ENV: "x86_64-linux-deb9-integer-simple"
TEST_TYPE: slowtest
-nightly-x86_64-linux-deb9-tsan:
+.build-x86_64-linux-deb9-tsan:
extends: .build-x86_64-linux-deb9
stage: full-build
variables:
TEST_ENV: "x86_64-linux-deb9-tsan"
- FLAVOUR: "thread-sanitizer"
+ BUILD_FLAVOUR: "thread-sanitizer"
+ TSAN_OPTIONS: "suppressions=$CI_PROJECT_DIR/rts/.tsan-suppressions"
+
+nightly-x86_64-linux-deb9-tsan:
+ <<: *nightly
+ extends: .build-x86_64-linux-deb9-tsan
+
+validate-x86_64-linux-deb9-tsan:
+ extends: .build-x86_64-linux-deb9-tsan
+ when: manual
validate-x86_64-linux-deb9-dwarf:
extends: .build-x86_64-linux-deb9
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d369bb642b66f57125819002f5194700a72db2e4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d369bb642b66f57125819002f5194700a72db2e4
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/20200918/8c0550f8/attachment.html>
More information about the ghc-commits
mailing list