update build archlinux client (select mirror)
This commit is contained in:
parent
965f66c828
commit
8e747534cd
1 changed files with 6 additions and 1 deletions
|
@ -448,7 +448,12 @@ Linux client archlinux build:
|
|||
image: base/archlinux
|
||||
script:
|
||||
# Prepare environment
|
||||
- pacman -Suy --noconfirm
|
||||
- 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
|
||||
- rankmirrors -n 6 /etc/pacman.d/mirrorlist.new > /etc/pacman.d/mirrorlist
|
||||
- pacman -Syyu
|
||||
- pacman -S --noconfirm
|
||||
autoconf
|
||||
autogen
|
||||
automake
|
||||
|
|
Loading…
Reference in a new issue