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
parent
e09f327765
commit
1592d471bb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue