[Git][ghc/ghc][wip/tsan/all] CI

Ben Gamari gitlab at gitlab.haskell.org
Fri Sep 18 14:42:45 UTC 2020



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


Commits:
7398ccdf by GHC GitLab CI at 2020-09-18T14:42: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"
+    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/7398ccdfc82b9a2a1dbb8d706c97353bcc930b45

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7398ccdfc82b9a2a1dbb8d706c97353bcc930b45
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/0dec5619/attachment.html>


More information about the ghc-commits mailing list