From 008b9bcec624369f9acb8760182cc5460b3d0ed2 Mon Sep 17 00:00:00 2001 From: Robert Löhning Date: Tue, 5 Jan 2021 01:30:44 +0100 Subject: [qt] Build from the dev branch (#4912) Removing i386 because it fails with: ../bootstrap/libBootstrap.a(qdatetime.cpp.o): In function `qMulOverflow': /work/qtbase/include/QtCore/../../../../src/qt/qtbase/src/corelib/global/qnumeric.h:122: undefined reference to `__mulodi4' --- projects/qt/Dockerfile | 4 ++-- projects/qt/project.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'projects/qt') diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile index bd0423a0..82207de5 100644 --- a/projects/qt/Dockerfile +++ b/projects/qt/Dockerfile @@ -16,9 +16,9 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y libc6-dev:i386 -RUN git clone --branch 5.15 --depth 1 --shallow-submodules \ +RUN git clone --branch dev --depth 1 --shallow-submodules \ --recurse-submodules=qtbase \ --recurse-submodules=qtsvg \ git://code.qt.io/qt/qt5.git qt -RUN git clone --depth 1 git://code.qt.io/qt/qtqa.git +RUN git clone --branch dev --depth 1 git://code.qt.io/qt/qtqa.git RUN cp qtqa/fuzzing/oss-fuzz/build.sh $SRC/ diff --git a/projects/qt/project.yaml b/projects/qt/project.yaml index 94100670..d7640297 100644 --- a/projects/qt/project.yaml +++ b/projects/qt/project.yaml @@ -5,5 +5,4 @@ auto_ccs: - "shawn.t.rutledge@gmail.com" architectures: - x86_64 - - i386 main_repo: 'git://code.qt.io/qt/qt5.git' -- cgit v1.2.3