comparison .builds/linux.yml @ 125:4067388485c1

builds: use debian instead of alpine alpine is very keen on breaking (probably because I was using edge) and personally I like debian a lot more
author Paper <mrpapersonic@gmail.com>
date Thu, 09 Nov 2023 01:15:49 -0500
parents 4c812fdf82a6
children fb6033e8f872
comparison
equal deleted inserted replaced
124:4c812fdf82a6 125:4067388485c1
1 image: alpine/edge 1 image: debian/bookworm
2 packages: 2 packages:
3 - qt5-qtbase-dev 3 - qtbase5-dev
4 - qt5-qttools-dev 4 - qttools5-dev-tools
5 - cmake 5 - cmake
6 - gcc 6 - clang
7 - curl-dev 7 - libcurl4-openssl-dev
8 sources: 8 sources:
9 - https://hg.sr.ht/~mrpapersonic/minori 9 - https://hg.sr.ht/~mrpapersonic/minori
10 environment: 10 environment:
11 BUILD_SUBMITTER: hg.sr.ht 11 BUILD_SUBMITTER: hg.sr.ht
12 tasks: 12 tasks: