Skip to content

Commit

Permalink
ubuntu18-cache --ffmpeg-opus=on --build-cache=off
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhihong committed Nov 14, 2023
1 parent d5b6620 commit 3125a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ossrs/srs:ubuntu20
FROM ossrs/srs:ubuntu18-cache

ARG MAKEARGS
RUN echo "MAKEARGS: ${MAKEARGS}"
Expand All @@ -17,7 +17,7 @@ WORKDIR /srs/trunk

# Note that we must enable the gcc7 or link failed.
# Note that we must disable the build-cache, or it will failed, but donot know why.
RUN ./configure --srt=on --gb28181=on --srt=on --apm=on --h265=on --utest=on --ffmpeg-opus=off --build-cache=off
RUN ./configure --srt=on --gb28181=on --srt=on --apm=on --h265=on --utest=on --ffmpeg-opus=on --build-cache=off
RUN make utest ${MAKEARGS}

# Build benchmark tool.
Expand Down

0 comments on commit 3125a69

Please sign in to comment.