mirror of https://github.com/google/oss-fuzz.git
[openthread] switch to master branch (#729)
This commit is contained in:
parent
b0455bb192
commit
699c2dbb06
|
@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
MAINTAINER jonhui@nestlabs.com
|
||||
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
||||
RUN git clone --depth 1 -b oss-fuzz https://github.com/openthread/openthread
|
||||
RUN git clone --depth 1 https://github.com/openthread/openthread
|
||||
|
||||
WORKDIR openthread
|
||||
COPY build.sh *.options $SRC/
|
||||
|
|
Loading…
Reference in New Issue