mirror of https://github.com/google/oss-fuzz.git
[speex] Remove use of out-of-date branch (#4232)
* [speex] Remove use of out-of-date branch * [speex] Use git clone '--depth 1'
This commit is contained in:
parent
695760805c
commit
7cee45b164
|
@ -16,8 +16,7 @@
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
RUN apt-get update && apt-get install -y make autoconf libtool pkg-config wget
|
RUN apt-get update && apt-get install -y make autoconf libtool pkg-config wget
|
||||||
RUN git clone https://gitlab.xiph.org/xiph/ogg.git
|
RUN git clone --depth 1 https://gitlab.xiph.org/xiph/ogg.git
|
||||||
RUN git clone https://gitlab.xiph.org/xiph/speex.git speex
|
RUN git clone --depth 1 https://gitlab.xiph.org/xiph/speex.git speex
|
||||||
WORKDIR speex
|
WORKDIR speex
|
||||||
RUN git checkout speexdec-fuzz-target
|
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue