From b23098562b4032a8e30d145d8a679f7307da9045 Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Sun, 10 Jun 2018 00:29:46 +0200 Subject: [PATCH] disable build archlinux - #16 - Build on ArchLinux generate an error - static assertion failed: std::multimap must have the same value_type as its allocator --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d649eec75..fa9f12e72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -547,6 +547,8 @@ Linux client archlinux build: - cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup - curl -o /etc/pacman.d/mirrorlist.new https://www.archlinux.org/mirrorlist/all/ - sed -i 's/^#Server/Server/' /etc/pacman.d/mirrorlist.new + - ls /usr/bin/* + - pacman -Syyu --noconfirm pacman-contrib - rankmirrors -n 6 /etc/pacman.d/mirrorlist.new > /etc/pacman.d/mirrorlist - pacman -Syyu - pacman -S --noconfirm @@ -626,6 +628,7 @@ Linux client archlinux build: paths: - code/build/bin expire_in: 2 week + when: manual # Gentoo Client