From 0eb5d661d2b9e4aead77bd839c734bd156f4b2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Fri, 12 Feb 2021 20:32:56 +0100 Subject: [PATCH] [qt] Enable i386 again (#5185) We worked around the __mulodi4 problem in our sources. This reverts parts of a23f8971d63c2b26710e0e91e341f6817b52a2f0 and 008b9bcec624369f9acb8760182cc5460b3d0ed2 --- projects/qt/Dockerfile | 2 +- projects/qt/project.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile index db47bedff..f596487ec 100644 --- a/projects/qt/Dockerfile +++ b/projects/qt/Dockerfile @@ -15,7 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -RUN apt-get update && apt-get install -y ninja-build +RUN apt-get update && apt-get install -y ninja-build libc6-dev:i386 RUN git clone --branch dev --depth 1 --shallow-submodules \ --recurse-submodules=qtbase \ --recurse-submodules=qtsvg \ diff --git a/projects/qt/project.yaml b/projects/qt/project.yaml index e21a77dcb..54a3a9a34 100644 --- a/projects/qt/project.yaml +++ b/projects/qt/project.yaml @@ -5,6 +5,7 @@ auto_ccs: - "shawn.t.rutledge@gmail.com" architectures: - x86_64 + - i386 fuzzing_engines: - dataflow - honggfuzz