mirror of https://github.com/google/oss-fuzz.git
[qt] Enable i386 again (#5185)
We worked around the __mulodi4 problem in our sources. This reverts parts ofa23f8971d6
and008b9bcec6
This commit is contained in:
parent
af1cb300e9
commit
0eb5d661d2
|
@ -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 \
|
||||
|
|
|
@ -5,6 +5,7 @@ auto_ccs:
|
|||
- "shawn.t.rutledge@gmail.com"
|
||||
architectures:
|
||||
- x86_64
|
||||
- i386
|
||||
fuzzing_engines:
|
||||
- dataflow
|
||||
- honggfuzz
|
||||
|
|
Loading…
Reference in New Issue