mirror of https://github.com/google/oss-fuzz.git
grpc-go: refactor build (#7887)
This commit is contained in:
parent
e9570a3adb
commit
957f547299
|
@ -15,8 +15,6 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
ENV GO111MODULE=on
|
||||
RUN git clone https://github.com/protocolbuffers/protobuf-go
|
||||
RUN git clone https://github.com/grpc/grpc-go
|
||||
|
||||
RUN git clone --depth 1 https://github.com/grpc/grpc-go $GOPATH/src/google.golang.org/grpc
|
||||
|
|
Loading…
Reference in New Issue