[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Sep 24 16:43:58 UTC 2018


 .circleci/config.yml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 45f5aa97905996e3486c6dbba8493b11cfa0cf15
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Sep 24 12:43:29 2018 -0400

    [circleci] Disable msan and ubsan builds
    
    https://github.com/harfbuzz/harfbuzz/issues/1174
    https://github.com/harfbuzz/harfbuzz/issues/1175

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 671f49d7..7baebb1c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -249,9 +249,9 @@ workflows:
       - archlinux-debug-O0-py3
       - clang-O3-O0
       - clang-asan
-      - clang-msan
+      #- clang-msan
       - clang-tsan
-      - clang-ubsan
+      #- clang-ubsan
       - fedora-outoftreebuild
 
       # cmake based builds


More information about the HarfBuzz mailing list