aboutsummaryrefslogtreecommitdiff
path: root/projects/speex
diff options
context:
space:
mode:
authorTyson Smith <tysmith@users.noreply.github.com>2020-07-30 12:14:55 -0700
committerGitHub <noreply@github.com>2020-07-30 12:14:55 -0700
commit7cee45b16483b01cfabb80d0cbea41f34035ef37 (patch)
tree1d5a07f54c9af5c49cb065ee26b313cf61754a11 /projects/speex
parent695760805cf0693dae79fe16a25e48b9c940718c (diff)
downloadoss-fuzz-7cee45b16483b01cfabb80d0cbea41f34035ef37.tar.gz
[speex] Remove use of out-of-date branch (#4232)
* [speex] Remove use of out-of-date branch * [speex] Use git clone '--depth 1'
Diffstat (limited to 'projects/speex')
-rw-r--r--projects/speex/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/projects/speex/Dockerfile b/projects/speex/Dockerfile
index ec5d57896..f8d8ef60b 100644
--- a/projects/speex/Dockerfile
+++ b/projects/speex/Dockerfile
@@ -16,8 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
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 https://gitlab.xiph.org/xiph/speex.git speex
+RUN git clone --depth 1 https://gitlab.xiph.org/xiph/ogg.git
+RUN git clone --depth 1 https://gitlab.xiph.org/xiph/speex.git speex
WORKDIR speex
-RUN git checkout speexdec-fuzz-target
COPY build.sh $SRC/