From: Andreas Schneider Date: Tue, 18 Jan 2022 15:22:41 +0000 (+0100) Subject: gitlab-ci: Print the krb5 version X-Git-Tag: tevent-0.12.0~565 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e908bbb1b3bf55011f2ee861b89b3a7b1f732af5;p=thirdparty%2Fsamba.git gitlab-ci: Print the krb5 version Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 441878df949..c1a5e083c49 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -222,6 +222,10 @@ others: - .shared_runner_test stage: test_only script: + # Print the Kerberos version to check we ended up with the right one + # in the runner. We do not have configure output to recognize it + # otherwise. + - if [ -x "$(command -v krb5-config)" ]; then krb5-config --version; fi # We unpack the artifacts file created by the .shared_template_build_only # run we depend on - ls -la samba-testbase.tar.gz