Skip to content

Commit

Permalink
Use ubuntu18, --build-cache=on
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 9, 2023
1 parent 955ed50 commit 4212842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -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 --build-cache=off
RUN ./configure --srt=on --gb28181=on --srt=on --apm=on --h265=on --utest=on --build-cache=on
RUN make utest ${MAKEARGS}

# Build benchmark tool.
Expand Down

0 comments on commit 4212842

Please sign in to comment.