Switch to Ubuntu for CI (way faster than with alpine)

This commit is contained in:
Thomas Sileo 2022-07-01 19:34:29 +02:00
parent 9176e38bc8
commit 9a4643fa3e
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
image: alpine/edge image: ubuntu/22.10
sources: sources:
- https://git.sr.ht/~tsileo/microblog.pub - https://git.sr.ht/~tsileo/microblog.pub
packages: packages:
@ -7,10 +7,10 @@ packages:
- libxml2-dev - libxml2-dev
- libxslt-dev - libxslt-dev
- gcc - gcc
- jpeg-dev - libjpeg-dev
- zlib-dev - zlib1g-dev
- build-base
- libffi-dev - libffi-dev
- python3.10-venv
tasks: tasks:
- setup: | - setup: |
curl -sSL https://install.python-poetry.org | python3 - curl -sSL https://install.python-poetry.org | python3 -