mirror of https://github.com/google/oss-fuzz.git
golang-protobuf: refactor build (#7886)
This commit is contained in:
parent
0fce77ee5f
commit
e9570a3adb
|
@ -16,10 +16,6 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
|
||||
ENV GO111MODULE="on"
|
||||
ENV GOFUZZ111MODULE="on"
|
||||
|
||||
RUN git clone https://github.com/protocolbuffers/protobuf-go.git
|
||||
RUN git clone https://go.googlesource.com/protobuf $GOPATH/src/google.golang.org/protobuf
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $GOPATH/src/google.golang.org/protobuf
|
||||
|
|
Loading…
Reference in New Issue