gitlab-ci: Install compat-gnutls34 on CentOS7
[samba.git] / bootstrap / config.py
index 9126961fc9354c6e82736c9c672dac4b30dddb77..f4acdf5d92550496cfda3199230eb12b53f2956d 100644 (file)
@@ -214,6 +214,8 @@ set -xueo pipefail
 
 yum update -y
 yum install -y epel-release
+yum install -y yum-plugin-copr
+yum copr enable -y sergiomb/SambaAD
 yum update -y
 
 yum install -y \
@@ -478,6 +480,7 @@ RPM_DISTS = {
             'glusterfs-api-devel': '',
             'glusterfs-devel': '',
             'libcephfs-devel': '',
+            'gnutls-devel': 'compat-gnutls34-devel',
         }
     },
     'fedora28': {