bootstrap: use compat-gnutls37-devel for centos7
[kseeger/samba-autobuild-v4-16-test/.git] / .gitlab-ci-main.yml
index c532069af522ed2e31e1a208dff172a2b7d02ac1..dc46d4beaeb4eda021f0b67504a0dde2b2c22e99 100644 (file)
@@ -42,7 +42,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: 791e89a43f2b287635e128c8f5aed924b757c4bd
+  SAMBA_CI_CONTAINER_TAG: 44771060ac5c91a1feb9a85a7b722893b6f8d843
   #
   # We use the ubuntu1804 image as default as
   # it matches what we have on sn-devel-184.
@@ -592,7 +592,7 @@ centos7-samba-o3:
     # Git on CentOS doesn't support shallow git cloning
     GIT_DEPTH: ""
     # We need a newer GnuTLS version on CentOS7
-    PKG_CONFIG_PATH: "/usr/lib64/compat-gnutls34/pkgconfig:/usr/lib64/compat-nettle32/pkgconfig"
+    PKG_CONFIG_PATH: "/usr/lib64/compat-gnutls37/pkgconfig:/usr/lib64/compat-nettle32/pkgconfig"
 
 centos8-samba-o3:
   extends: .samba-o3-template