1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Docker: Remove CentOS 6 support. (#3287)

1. Remove CentOS 6 for test and utest.
2. Statically build FFmpeg, no so depends.
This commit is contained in:
Winlin 2022-12-01 21:32:08 +08:00 committed by GitHub
parent aa5496aa69
commit e83fc2388b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 33 deletions

View file

@ -82,22 +82,6 @@ jobs:
outputs:
SRS_BUILD_CENTOS7_DONE: ok
build-centos6:
name: build-centos6
runs-on: ubuntu-20.04
needs:
- utest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# Build for CentOS 6
- name: Build on CentOS6, baseline
run: DOCKER_BUILDKIT=1 docker build -f trunk/Dockerfile.builds --target centos6-baseline .
- name: Build on CentOS6, with all features
run: DOCKER_BUILDKIT=1 docker build -f trunk/Dockerfile.builds --target centos6-all .
outputs:
SRS_BUILD_CENTOS6_DONE: ok
build-ubuntu16:
name: build-ubuntu16
runs-on: ubuntu-20.04
@ -176,7 +160,6 @@ jobs:
name: build
needs:
- build-centos7
- build-centos6
- build-ubuntu16
- build-ubuntu18
- build-ubuntu20