# HG changeset patch # User Paper # Date 1695181802 14400 # Node ID 33961277a40f199171eaad36d289162d38a6262e # Parent c61ce6155e92e0e36761f2e608a33c2de269404a ci: switch image from arch to alpine diff -r c61ce6155e92 -r 33961277a40f .builds/linux.yml --- a/.builds/linux.yml Tue Sep 19 23:44:49 2023 -0400 +++ b/.builds/linux.yml Tue Sep 19 23:50:02 2023 -0400 @@ -1,6 +1,6 @@ -image: archlinux +image: alpine/edge packages: - - qt5-base + - qt5-qtbase - cmake - gcc - curl diff -r c61ce6155e92 -r 33961277a40f .builds/win32.yml --- a/.builds/win32.yml Tue Sep 19 23:44:49 2023 -0400 +++ b/.builds/win32.yml Tue Sep 19 23:50:02 2023 -0400 @@ -1,9 +1,9 @@ -image: archlinux +image: alpine/edge packages: - wget - tar - zstd - - gnupg + - gpg - clang - lld - wine @@ -24,4 +24,4 @@ triggers: - action: email condition: failure - to: Paper \ No newline at end of file + to: Paper