mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
ci: try alpine edge instead of latest
This commit is contained in:
parent
c51050a9bc
commit
b4e418f251
2 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
image: alpine/latest
|
||||
image: alpine/edge
|
||||
packages:
|
||||
- musl-dev
|
||||
- eudev-libs
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ pipeline:
|
|||
branch:
|
||||
- master
|
||||
- releases/*
|
||||
image: alpine:latest
|
||||
image: alpine:edge
|
||||
commands:
|
||||
- apk add python3
|
||||
- apk add py3-pip
|
||||
|
|
@ -16,7 +16,7 @@ pipeline:
|
|||
branch:
|
||||
- master
|
||||
- releases/*
|
||||
image: alpine:latest
|
||||
image: alpine:edge
|
||||
commands:
|
||||
- apk add git
|
||||
- mkdir -p subprojects && cd subprojects
|
||||
|
|
@ -30,7 +30,7 @@ pipeline:
|
|||
- master
|
||||
- releases/*
|
||||
group: build
|
||||
image: alpine:latest
|
||||
image: alpine:edge
|
||||
commands:
|
||||
- apk update
|
||||
- apk add musl-dev linux-headers meson ninja gcc clang scdoc ncurses
|
||||
|
|
@ -87,7 +87,7 @@ pipeline:
|
|||
- master
|
||||
- releases/*
|
||||
group: build
|
||||
image: i386/alpine:latest
|
||||
image: i386/alpine:edge
|
||||
commands:
|
||||
- apk update
|
||||
- apk add musl-dev linux-headers meson ninja gcc clang scdoc ncurses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue