From 2d92054478ff1629748a2fcce8dfcaa4cc5e7997 Mon Sep 17 00:00:00 2001 From: thepudds <20628140+thepudds@users.noreply.github.com> Date: Mon, 31 May 2021 11:43:43 -0400 Subject: [PATCH] travis: use 'git clone' for go-fuzz-corpus, not 'go get' Also, temporarily use thepudds/go-fuzz-corpus fork. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6d1f0d57..8d8e89383 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ script: - testscript -v testscripts/mod_vendor.txt # Prepare to test the png example from dvyukov/go-fuzz-corpus. - - go get -v -d github.com/dvyukov/go-fuzz-corpus/png + - git clone --depth=1 https://github.com/thepudds/go-fuzz-corpus $GOPATH/src/github.com/dvyukov/go-fuzz-corpus - cd $GOPATH/src/github.com/dvyukov/go-fuzz-corpus/ - cd png - ls -l