Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 43f42de

Browse files
authored
fix some break-up issues of installing deps (#1115)
1 parent 589ac0f commit 43f42de

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

scripts/installCentOSDeps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ installYumDeps(){
4040
${SUDO} yum install devtoolset-7-gcc* -y
4141
${SUDO} yum install docbook2X -y
4242
${SUDO} yum install libffi-devel -y
43+
${SUDO} yum install ca-certificates -y
4344
}
4445

4546
installRepo(){

scripts/installCommonDeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ install_svt_hevc(){
515515

516516
if [[ "$OS" =~ .*centos.* ]]
517517
then
518-
source scl_source enable devtoolset-7
518+
source /opt/rh/devtoolset-7/enable
519519
fi
520520

521521
mkdir -p build

scripts/installWebrtc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ download_and_build(){
8282

8383
if [[ "$OS" =~ .*centos.* ]]
8484
then
85-
source scl_source enable devtoolset-7
85+
source /opt/rh/devtoolset-7/enable
8686
fi
8787

8888
export PATH="$PATH:$DEPOT_TOOLS"

0 commit comments

Comments
 (0)