mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 05:57:41 +00:00
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
This commit is contained in:
parent
ab63e94107
commit
014e5526ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user