Update keyring

This commit is contained in:
Filippo Squillace 2022-12-18 12:37:44 +00:00 committed by Filippo Squillace
parent 91f95ae4b5
commit 60c7d1c5d0

View file

@ -32,6 +32,11 @@ archlinux:
sudo sed -i '/^COMPRESSXZ/s/\xz/xz -T 2/' /etc/makepkg.conf
sudo sed -i '$a CFLAGS="$CFLAGS -w"' /etc/makepkg.conf
sudo sed -i '$a CXXFLAGS="$CXXFLAGS -w"' /etc/makepkg.conf
sudo pacman -Syy --noconfirm --disable-download-timeout
sudo pacman-key --init
sudo pacman -S --noconfirm --disable-download-timeout archlinux-keyring
sudo pacman-key --populate archlinux
sudo pacman -Su --noconfirm --disable-download-timeout
script:
# Here do not make any validation (-n) because it will be done later on in the Ubuntu host directly
- ./bin/junest build -n