From d1efdd7c4557b23841c235863b274bf08b1cfb1b Mon Sep 17 00:00:00 2001 From: Juergen Repp Date: Wed, 17 Jan 2024 10:36:11 +0100 Subject: [PATCH] cirrus ci: Check race condition clean-hook is removed from Makefile.am Signed-off-by: Juergen Repp --- .cirrus.yml | 2 +- Makefile.am | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 91297e69a..4289171f7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,4 +30,4 @@ task: script: ./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 --disable-dependency-tracking && - gmake -j distcheck || { cat /tmp/cirrus-ci-build/tpm2-tss-*/_build/sub/test-suite.log; exit 1; } + gmake -j distchecmk || { cat /tmp/cirrus-ci-build/tpm2-tss-*/_build/sub/test-suite.log; exit 1; } diff --git a/Makefile.am b/Makefile.am index af0d83347..b3dc79973 100644 --- a/Makefile.am +++ b/Makefile.am @@ -996,8 +996,6 @@ uninstall-local: [ -L Tss2_TctiLdr_Initialize_Ex.3 ] && \ rm -f Tss2_TctiLdr_Initialize_Ex.3 || true -clean-hook: - -rm -r -f $(top_builddir)/ca prepare-check: if INIT_CA