From: Thomas Weißschuh Date: Sun, 30 Apr 2023 06:47:54 +0000 (+0200) Subject: ci: test python bindings X-Git-Tag: v2.39~35^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32ecb286968a812064c58b67f8c819419525f76b;p=thirdparty%2Futil-linux.git ci: test python bindings --- diff --git a/.github/workflows/cibuild-setup-ubuntu.sh b/.github/workflows/cibuild-setup-ubuntu.sh index c9e1d624fc..5aaa8c22ac 100755 --- a/.github/workflows/cibuild-setup-ubuntu.sh +++ b/.github/workflows/cibuild-setup-ubuntu.sh @@ -24,6 +24,7 @@ PACKAGES=( squashfs-tools iproute2 dmsetup + python3-dev ) PACKAGES_OPTIONAL=( diff --git a/.github/workflows/cibuild.sh b/.github/workflows/cibuild.sh index 1e59a055b6..9c1ed5494e 100755 --- a/.github/workflows/cibuild.sh +++ b/.github/workflows/cibuild.sh @@ -83,7 +83,6 @@ for phase in "${PHASES[@]}"; do --disable-use-tty-group --disable-makeinstall-chown --enable-all-programs - --without-python --enable-werror )