Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c674294..63fd96f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,11 @@ stages:
check:
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
script:
- make check