ci: try alpine edge instead of latest

This commit is contained in:
Daniel Eklöf 2023-05-26 10:20:05 +02:00
parent c51050a9bc
commit b4e418f251
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
image: alpine/latest image: alpine/edge
packages: packages:
- musl-dev - musl-dev
- eudev-libs - eudev-libs

View file

@ -4,7 +4,7 @@ pipeline:
branch: branch:
- master - master
- releases/* - releases/*
image: alpine:latest image: alpine:edge
commands: commands:
- apk add python3 - apk add python3
- apk add py3-pip - apk add py3-pip
@ -16,7 +16,7 @@ pipeline:
branch: branch:
- master - master
- releases/* - releases/*
image: alpine:latest image: alpine:edge
commands: commands:
- apk add git - apk add git
- mkdir -p subprojects && cd subprojects - mkdir -p subprojects && cd subprojects
@ -30,7 +30,7 @@ pipeline:
- master - master
- releases/* - releases/*
group: build group: build
image: alpine:latest image: alpine:edge
commands: commands:
- apk update - apk update
- apk add musl-dev linux-headers meson ninja gcc clang scdoc ncurses - apk add musl-dev linux-headers meson ninja gcc clang scdoc ncurses
@ -87,7 +87,7 @@ pipeline:
- master - master
- releases/* - releases/*
group: build group: build
image: i386/alpine:latest image: i386/alpine:edge
commands: commands:
- apk update - apk update
- apk add musl-dev linux-headers meson ninja gcc clang scdoc ncurses - apk add musl-dev linux-headers meson ninja gcc clang scdoc ncurses