gitlab-ci: fix archlinux builds

base/archlinux has been replaced with archlinux/base, which is
maintained directly by the archlinux community.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
main
Eric Engestrom 2019-02-19 11:49:28 +00:00
parent e09f327765
commit 1592d471bb
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
latest-meson: latest-meson:
stage: build stage: build
image: base/archlinux:latest image: archlinux/base:latest
before_script: before_script:
- pacman -Syu --noconfirm --needed - pacman -Syu --noconfirm --needed
base-devel base-devel
@ -69,7 +69,7 @@ latest-meson:
latest-autotools: latest-autotools:
stage: build stage: build
image: base/archlinux:latest image: archlinux/base:latest
artifacts: *artifacts-autotools artifacts: *artifacts-autotools
before_script: before_script:
- pacman -Syu --noconfirm --needed - pacman -Syu --noconfirm --needed