about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-08-09 13:38:21 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-08-18 15:02:36 +0200
commitcdebb559bba34ab68446a95eb9de481601279cd3 (patch)
tree94eef094a351531da7d0a7462ea1141b91812c8b
parent8f2f0edf7a931e3200acfc3556a05b7088837293 (diff)
downloadprofani-tty-cdebb559bba34ab68446a95eb9de481601279cd3.tar.gz
ci: enable tumbleweed
This reverts commit 5c5c45321976c9a859694afa781178c68d076ee2.

And removes the old python(2) pull in.

For some reason we get:
`Package python3-embed was not found in the pkg-config search path.`
with python38-devel but not with python310-devel. Let's bump it to that
version.
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--Dockerfile.tumbleweed6
2 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6a9e439f..dc73b14b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
 
     strategy:
       matrix:
-        flavor: [debian, fedora, ubuntu]
+        flavor: [debian, fedora, tumbleweed, ubuntu]
 
     name: Linux
     steps:
diff --git a/Dockerfile.tumbleweed b/Dockerfile.tumbleweed
index 5fc134dc..5cd6c20c 100644
--- a/Dockerfile.tumbleweed
+++ b/Dockerfile.tumbleweed
@@ -29,10 +29,8 @@ RUN zypper --non-interactive in --no-recommends \
   libuuid-devel \
   make \
   ncurses-devel \
-  python \
-  python-devel \
-  python38 \
-  python38-devel \
+  python310 \
+  python310-devel \
   readline-devel \
   sqlite3-devel \
   gdk-pixbuf-devel \