From ea2ebaddb18720ee8fb4e5516c20a91499262644 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 10 Aug 2019 19:13:41 +0200 Subject: [PATCH] libtiff: enable fuzzing on i386 architecture (#2679) --- projects/libtiff/project.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/libtiff/project.yaml b/projects/libtiff/project.yaml index 1150a0b62..2580ddbc5 100644 --- a/projects/libtiff/project.yaml +++ b/projects/libtiff/project.yaml @@ -6,3 +6,6 @@ sanitizers: - address - memory - undefined +architectures: + - x86_64 + - i386