Skip to content

Commit d3db7ec

Browse files
committed
Include OKay repository when building Centos packages
libosip2 is not in the base Centos repo or in the EPEL repo, so we also need to add the OKay repo.
1 parent 030e98b commit d3db7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab-build-rpm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ yum install -y wget make gcc
4343

4444
if [ "$1" = "centos7" ]; then
4545
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm || true
46+
yum install -y http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm || true
4647
fi
4748

4849
if [ "$1" = "centos6" ]; then

0 commit comments

Comments
 (0)