mirror of https://github.com/google/oss-fuzz.git
Fix kubernetes coverage build. (#4687)
This commit is contained in:
parent
57ebc0c76a
commit
bb8b2fb354
|
@ -16,11 +16,9 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
|
||||
ENV GOPATH /gopath
|
||||
|
||||
RUN go get github.com/ianlancetaylor/demangle
|
||||
RUN git clone --depth 1 https://github.com/kubernetes/kubernetes.git /gopath/src/k8s.io/kubernetes
|
||||
RUN git clone --depth 1 https://github.com/kubernetes/kubernetes.git $GOPATH/src/k8s.io/kubernetes
|
||||
|
||||
WORKDIR /gopath/src/k8s.io/kubernetes
|
||||
WORKDIR $GOPATH/src/k8s.io/kubernetes
|
||||
|
||||
COPY build.sh $SRC/build.sh
|
||||
|
|
Loading…
Reference in New Issue