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"'
|
||||
when: on_success
|
||||
- when: never
|
||||
image: archlinux/archlinux:base
|
||||
image: archlinux/archlinux:base-devel
|
||||
before_script:
|
||||
- pacman -Syu --noconfirm --needed
|
||||
base-devel
|
||||
cairo
|
||||
cunit
|
||||
libatomic_ops
|
||||
|
|
Loading…
Reference in New Issue