disable build archlinux - #16 - Build on ArchLinux generate an error - static assertion failed: std::multimap must have the same value_type as its allocator
This commit is contained in:
parent
da4f009890
commit
b23098562b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue