Switch to Ubuntu for CI (way faster than with alpine)
parent
9176e38bc8
commit
9a4643fa3e
|
@ -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 -
|
||||||
|
|
Loading…
Reference in New Issue