From 014e5526ff4f8430c7709eb2b8094f0767af8437 Mon Sep 17 00:00:00 2001 From: Bruno Pagani Date: Thu, 3 Dec 2020 15:05:51 +0400 Subject: [PATCH] contrib/ci: Fix Arch cache issues Update cache (which also requires to update the system) to avoid cache issues like the one seen in https://github.com/fwupd/fwupd/pull/2633 --- contrib/ci/arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/arch.sh b/contrib/ci/arch.sh index 81522ab51..07ae24330 100755 --- a/contrib/ci/arch.sh +++ b/contrib/ci/arch.sh @@ -19,7 +19,7 @@ popd chown nobody . -R # install and run TPM simulator necessary for plugins/uefi/uefi-self-test -pacman -S --noconfirm swtpm tpm2-tools +pacman -Syu --noconfirm swtpm tpm2-tools swtpm socket --tpm2 --server port=2321 --ctrl type=tcp,port=2322 --flags not-need-init --tpmstate "dir=$PWD" & trap "kill $!" EXIT # extend a PCR0 value for test suite