[qt] Enable i386 again (#5185)

We worked around the __mulodi4 problem in our sources.

This reverts parts of
a23f8971d6 and
008b9bcec6
This commit is contained in:
Robert Löhning 2021-02-12 20:32:56 +01:00 committed by GitHub
parent af1cb300e9
commit 0eb5d661d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -5,6 +5,7 @@ auto_ccs:
- "shawn.t.rutledge@gmail.com"
architectures:
- x86_64
- i386
fuzzing_engines:
- dataflow
- honggfuzz