ci: use `base-devel` tag of archlinux image instead of `base` and then installing `base-devel` after
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Simon Ser <contact@emersion.fr>main
parent
b4847d97df
commit
bf08984682
|
@ -116,10 +116,9 @@ meson-arch-daily:
|
||||||
- if: '$SCHEDULE == "arch-daily"'
|
- if: '$SCHEDULE == "arch-daily"'
|
||||||
when: on_success
|
when: on_success
|
||||||
- when: never
|
- when: never
|
||||||
image: archlinux/archlinux:base
|
image: archlinux/archlinux:base-devel
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Syu --noconfirm --needed
|
- pacman -Syu --noconfirm --needed
|
||||||
base-devel
|
|
||||||
cairo
|
cairo
|
||||||
cunit
|
cunit
|
||||||
libatomic_ops
|
libatomic_ops
|
||||||
|
|
Loading…
Reference in New Issue