From b6495665b8cfc2acf140e3348ae3e29839b643ee Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 1 Feb 2020 20:25:25 +0100 Subject: gitlab-ci: removed archlinux-keyring pkg Signed-off-by: Toni Uhlig --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 873d889..e501417 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ before_script: - test ! -r /etc/debian_version || apt-get install -y libpcap-dev libselinux1-dev - test ! -r /etc/debian_version || apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-common clang - test ! -r /etc/debian_version || apt-get install -y autoconf automake dh-autoreconf - - test ! -r /etc/arch-release || pacman -Sy archlinux-keyring --noconfirm - test ! -r /etc/arch-release || pacman -Syu --noconfirm - test ! -r /etc/arch-release || pacman -S --noconfirm binutils gcc base-devel git - mkdir -p ./deploy/gcc ./deploy/i686-w64-mingw32-winpcap ./deploy/i686-w64-mingw32-npcap ./deploy/clang ./deploy/android28-clang -- cgit v1.2.3