]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: test python bindings
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 30 Apr 2023 06:47:54 +0000 (08:47 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 30 Apr 2023 07:19:57 +0000 (09:19 +0200)
.github/workflows/cibuild-setup-ubuntu.sh
.github/workflows/cibuild.sh

index c9e1d624fcd9aba74de7688fd3a7c7e297839a50..5aaa8c22ac44ebab71eb2b453de5002d058a5ced 100755 (executable)
@@ -24,6 +24,7 @@ PACKAGES=(
        squashfs-tools
        iproute2
        dmsetup
+       python3-dev
 )
 
 PACKAGES_OPTIONAL=(
index 1e59a055b60ffcfe0e7dd8347b7c027ae95ae87d..9c1ed5494ee7d1e7d64a932d2202f52d168e56a7 100755 (executable)
@@ -83,7 +83,6 @@ for phase in "${PHASES[@]}"; do
             --disable-use-tty-group
             --disable-makeinstall-chown
             --enable-all-programs
-            --without-python
             --enable-werror
         )