mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Build: Disable c++11 and c++14 for CentOS 6.0
This commit is contained in:
parent
d5c86dc5fa
commit
55ea0a62d3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN cd /srs/trunk && ./configure --jobs=2 --cxx11=off --cxx14=off --ffmpeg-fit=o
|
|||
########################################################
|
||||
FROM ossrs/srs:dev6 AS centos6-baseline
|
||||
COPY . /srs
|
||||
RUN cd /srs/trunk && ./configure --jobs=2 && make -j2
|
||||
RUN cd /srs/trunk && ./configure --jobs=2 --cxx11=off --cxx14=off && make -j2
|
||||
|
||||
########################################################
|
||||
FROM ossrs/srs:dev8 AS centos8-baseline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue