Add the installation of latest archlinux-keyring to CI
.gitlab-ci.yml: Install the latest archlinux-keyring before installing anything else. This is to make sure to not run into outdated keys upon updating, which is a problem because we can currently not even ensure a keyring that is valid longer than one month... https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/issues/4
This commit is contained in:
parent
720516e6fd
commit
6c1b4663d9
@ -22,6 +22,11 @@ stages:
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
before_script:
|
before_script:
|
||||||
|
# NOTE: Install latest archlinux-keyring before upgrading system. In the
|
||||||
|
# future this should not be needed anymore when we can guarantee a valid
|
||||||
|
# keyring for longer:
|
||||||
|
# https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/issues/4
|
||||||
|
- pacman -Sy --needed --noconfirm archlinux-keyring
|
||||||
- pacman --noconfirm -Syu --needed make shellcheck
|
- pacman --noconfirm -Syu --needed make shellcheck
|
||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
|
Loading…
Reference in New Issue
Block a user