aboutsummaryrefslogtreecommitdiff
path: root/projects/qt
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2021-01-05 01:30:44 +0100
committerGitHub <noreply@github.com>2021-01-05 11:30:44 +1100
commit008b9bcec624369f9acb8760182cc5460b3d0ed2 (patch)
tree70d61719b556c5a91c9c5eaac72be66e77f3e48f /projects/qt
parent97ac4b1592c48cf054cd5343538c69c442d022e9 (diff)
downloadoss-fuzz-008b9bcec624369f9acb8760182cc5460b3d0ed2.tar.gz
[qt] Build from the dev branch (#4912)
Removing i386 because it fails with: ../bootstrap/libBootstrap.a(qdatetime.cpp.o): In function `qMulOverflow<long long>': /work/qtbase/include/QtCore/../../../../src/qt/qtbase/src/corelib/global/qnumeric.h:122: undefined reference to `__mulodi4'
Diffstat (limited to 'projects/qt')
-rw-r--r--projects/qt/Dockerfile4
-rw-r--r--projects/qt/project.yaml1
2 files changed, 2 insertions, 3 deletions
diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile
index bd0423a0a..82207de5b 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 941006709..d76402977 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'