Use upstream repo for go-sqlite3 project (#5203)

This commit is contained in:
Catena cyber 2021-02-15 18:34:54 +01:00 committed by GitHub
parent 9afe4f5915
commit 4540e32368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -15,9 +15,7 @@
################################################################################ ################################################################################
FROM gcr.io/oss-fuzz-base/base-builder FROM gcr.io/oss-fuzz-base/base-builder
# TODO use upstream repo RUN git clone --depth 1 http://github.com/mattn/go-sqlite3 $GOPATH/src/github.com/mattn/go-sqlite3
# RUN go get -t github.com/mattn/go-sqlite3
RUN git clone --branch fuzz --depth 1 http://github.com/catenacyber/go-sqlite3 $GOPATH/src/github.com/mattn/go-sqlite3
COPY build.sh fuzz*.go $SRC/ COPY build.sh $SRC/
WORKDIR $SRC/ WORKDIR $SRC/