From 26399e508948b3ab603eda87105e02cc91e652ef Mon Sep 17 00:00:00 2001 From: Juergen Repp Date: Sun, 20 Oct 2024 14:18:21 +0200 Subject: [PATCH] cirrus-ci: improve error output try libtpms Signed-off-by: Juergen Repp --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 38715f474..fd4bcb308 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,7 @@ task: - pkg install -y bash gmake coreutils libtool pkgconf autoconf autoconf-archive - pkg install -y automake openssl json-c cmocka uthash wget curl git util-linux - pkg install -y libftdi1 - - pkg install -y swtpm + - pkg install -y libtpms - git clone --depth 1 -b $libusb_version https://github.com/libusb/libusb - cd libusb && ./bootstrap.sh && ./configure && gmake -j install - cd - && rm -fr libusb @@ -23,5 +23,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 && - gmake -j check || { cat /tmp/cirrus-ci-build/tpm2-tss-*/_build/sub/test-suite.log; exit 1; } + ./configure --enable-self-generated-certificate --enable-unit=yes --enable-integration=yes --with-crypto=ossl --disable-doxygen-doc --enable-tcti-swtpm=no --enable-tcti-libtpms=yes --enable-tcti-mssim=no --disable-dependency-tracking && + gmake -j check || { cat test/integration/esys-create-primary-hmac.log; cat test-suite.log; exit 1; }