From 1b2c191bed4097e1095de3bc2f3854b6db894a8e Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 25 Jun 2025 15:35:23 +0200 Subject: [PATCH] Disable Kerberos in tumbleweed In the tumbleweed image, we utilize LibreSSL. Several BIND 9 libraries are linked against LibreSSL's libcrypto.so.55, and when Kerberos is enabled, we link against libk5crypto.so.3, which in turn links against OpenSSL's libcrypto.so.3. This might theoretically lead to a symbol conflict. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51ea3d1a73..bb4fc8b29c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1074,7 +1074,7 @@ gcc:tumbleweed:amd64: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON} -DDEBUG" - EXTRA_CONFIGURE: "-Didn=enabled ${WITH_LIBEDIT}" + EXTRA_CONFIGURE: "-Didn=enabled -Dgssapi=disabled ${WITH_LIBEDIT}" BUILD_TEST_PREREQ: 1 system:gcc:tumbleweed:amd64: