From 09ffbc5a2e4c1525d78b8360e08455ab5e62e18b Mon Sep 17 00:00:00 2001 From: Juergen Repp Date: Tue, 22 Oct 2024 22:01:23 +0200 Subject: [PATCH] cirrus-ci: use configure option --enable-nodl dlopen for swtpm failed after the upgrade from FreeBsd 14.0 to 14.1 Addresses: #2907 Signed-off-by: Juergen Repp --- .cirrus.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f70928a14..4ce2307af 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,6 @@ task: env: CFLAGS: "-I/usr/local/include -I/usr/local/openssl/include" LDFLAGS: -L/usr/local/lib - ibmtpm_name: ibmtpm1637 libusb_version: v1.0.26 freebsd_instance: matrix: @@ -23,5 +22,5 @@ task: # Due to a race condition that only occurs in the cirrus ci, "make distcheck" has been replaced by "make check". # ./bootstrap && - ./configure --enable-self-generated-certificate --enable-unit=yes --enable-integration=yes --with-crypto=ossl --disable-doxygen-doc --enable-tcti-swtpm=yes --enable-tcti-libtpms=no --enable-tcti-mssim=no --disable-dependency-tracking && + ./configure --enable-self-generated-certificate --enable-unit=yes --enable-integration=yes --with-crypto=ossl --disable-doxygen-doc --enable-tcti-swtpm=yes --enable-tcti-libtpms=no --enable-tcti-mssim=no --enable-nodl --disable-dependency-tracking && gmake -j check || { cat /tmp/cirrus-ci-build/tpm2-tss-*/_build/sub/test-suite.log; exit 1; }