golang-protobuf: refactor build (#7886)

This commit is contained in:
AdamKorcz 2022-06-17 16:13:19 +02:00 committed by GitHub
parent 0fce77ee5f
commit e9570a3adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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