Skip to content

Commit 0d3e1c5

Browse files
authored
Merge branch 'master' into 2502-ubuntu-24-04
2 parents c6c5ab9 + d5c0688 commit 0d3e1c5

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)