aboutsummaryrefslogtreecommitdiff
path: root/projects/git
diff options
context:
space:
mode:
authorsteadmon <josh@steadmon.net>2019-06-05 14:25:59 -0700
committerAbhishek Arya <inferno@chromium.org>2019-06-05 14:25:59 -0700
commitc9bb73a407ba8447ca75ab5514492c0c25416e45 (patch)
tree976e0d217c3974d0cb9ba86521c04ce92a6ba907 /projects/git
parent54733ddc84ec73e3c21d6fffc446dbd0fa7a2c5e (diff)
downloadoss-fuzz-c9bb73a407ba8447ca75ab5514492c0c25416e45.tar.gz
[git] Fuzz against the upstream "next" branch. (#2488)
The next branch is where relatively-stable changes live while testing for stability. We should fuzz against this branch to give extra confidence that these patches are bug-free before they are merged into master.
Diffstat (limited to 'projects/git')
-rw-r--r--projects/git/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/git/Dockerfile b/projects/git/Dockerfile
index 4fcb2e554..3dbe4c6d4 100644
--- a/projects/git/Dockerfile
+++ b/projects/git/Dockerfile
@@ -25,4 +25,5 @@ RUN apt-get update && \
asciidoc docbook-xsl xmlto libssl-dev zip
RUN git clone https://github.com/git/git git
WORKDIR git
+RUN git checkout origin/next
COPY build.sh $SRC/