diff options
Diffstat (limited to 'projects/qt')
-rw-r--r-- | projects/qt/Dockerfile | 4 | ||||
-rw-r--r-- | projects/qt/project.yaml | 1 |
2 files changed, 2 insertions, 3 deletions
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' |