Skip to content

Commit d5c0688

Browse files
authored
opus: fuzz the ossfuzz branch (#13014)
This branch contains changes that are intended to be merged into main.
1 parent 36d4162 commit d5c0688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/opus/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool wget
1919

20-
RUN git clone https://gitlab.xiph.org/xiph/opus.git
20+
RUN git clone --single-branch --branch ossfuzz https://gitlab.xiph.org/xiph/opus.git
2121
RUN wget https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz
2222
WORKDIR opus
2323
COPY build.sh $SRC/

0 commit comments

Comments
 (0)