Skip to content

Commit

Permalink
cirrus-ci: used configure option --enable-nodl
Browse files Browse the repository at this point in the history
Dynamic linking failed after the upgrade from FreeBsd 14.0 to 14.1

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Oct 21, 2024
1 parent 5911e66 commit 9d7b3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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=no --enable-tcti-libtpms=no --enable-tcti-mssim=yes --with-integrationtcti=mssim --enable-tcti-device=yes --disable-dependency-tracking &&
./configure --enable-self-generated-certificate --enable-unit=yes --enable-integration=yes --with-crypto=ossl --disable-doxygen-doc --enable-tcti-swtpm=no --enable-tcti-libtpms=no --enable-tcti-mssim=yes --with-integrationtcti=mssim --enable-tcti-device=yes --enable-nodl --disable-dependency-tracking &&
gmake -j check || { cat test-suite.log; exit 1; }

0 comments on commit 9d7b3b5

Please sign in to comment.