ci: use official image

The archlinux/base have been deprecated. Since we depend on base-devel
simply use archlinux:base-devel

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Emil Velikov 2021-01-23 21:40:03 +00:00 committed by Allan McRae
parent 9e425cd1ea
commit cc1d23d333

View file

@ -15,11 +15,11 @@ default:
- build-aux/print-failed-test-output build/meson-logs/testlog.json - build-aux/print-failed-test-output build/meson-logs/testlog.json
.arch-test: .arch-test:
image: archlinux/base image: archlinux:base-devel
before_script: before_script:
- > - >
pacman -Syu $PACMAN_OPTS pacman -Syu $PACMAN_OPTS
base-devel git git
gpgme libarchive curl gpgme libarchive curl
python python
fakeroot fakechroot fakeroot fakechroot