mirror of https://github.com/google/oss-fuzz.git
Use upstream repo for go-sqlite3 project (#5203)
This commit is contained in:
parent
9afe4f5915
commit
4540e32368
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue