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:
parent
9e425cd1ea
commit
cc1d23d333
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue