From 4b11c38090549c4e213d2d69fa79e4119fb2e011 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 2 Feb 2017 12:39:58 -0800 Subject: [PATCH] [icu] disabling undefined sanitizer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reason: fails to build. /src/icu/source/common/unicode/stringtriebuilder.h:310:46: runtime error: signed integer overflow: 124151392 * 37 cannot be represented in type 'int' Makefile:566: recipe for target 'out/build/icudt59l/brkitr/burmesedict.dict' failed #234 --- projects/icu/project.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/icu/project.yaml b/projects/icu/project.yaml index 288124f8f..165a9b6f9 100644 --- a/projects/icu/project.yaml +++ b/projects/icu/project.yaml @@ -1 +1,3 @@ homepage: "http://site.icu-project.org/" +sanitizers: +- address