aboutsummaryrefslogtreecommitdiff
path: root/projects/qt
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2020-02-25 12:59:07 +0100
committerGitHub <noreply@github.com>2020-02-25 03:59:07 -0800
commit6bc159c9824aa2fe3177e656fdb4a35c52fc1e68 (patch)
tree995edb04c80f1d98ae6440939632c8424b1b8879 /projects/qt
parentf5142898f62e72c9ee7be785d30106daa9186cb2 (diff)
downloadoss-fuzz-6bc159c9824aa2fe3177e656fdb4a35c52fc1e68.tar.gz
[qt] Remove cherry-picking of renaming files (#3422)
It's upstream now.
Diffstat (limited to 'projects/qt')
-rw-r--r--projects/qt/Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile
index dd7f2d8ea..4b0dbf968 100644
--- a/projects/qt/Dockerfile
+++ b/projects/qt/Dockerfile
@@ -20,13 +20,6 @@ RUN apt-get update && apt-get install -y build-essential python libxcb-xinerama0
RUN git clone --branch 5.15 --depth 1 git://code.qt.io/qt/qt5.git qt
WORKDIR qt
RUN perl init-repository --module-subset=qtbase
-
-# bring forward renaming of source files, so I won't get suprised
-WORKDIR qtbase
-RUN git config user.name qt-local
-RUN git config user.email qt-local@oss-fuzz
-RUN git fetch "https://codereview.qt-project.org/qt/qtbase" refs/changes/21/288521/1 && git cherry-pick FETCH_HEAD
-
WORKDIR $SRC
RUN git clone --depth 1 git://code.qt.io/qt/qtqa.git
COPY build.sh $SRC/