diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-02-01 20:25:25 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-02-01 20:25:25 +0100 |
commit | b6495665b8cfc2acf140e3348ae3e29839b643ee (patch) | |
tree | dec71f18bbe3cf7442d28ce1c0595e6e72320205 | |
parent | 596fee4002237651b741f1cef5f9d298423dbec7 (diff) |
gitlab-ci: removed archlinux-keyring pkg
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |