aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2023-05-05 09:27:33 +0200
committerKarel Zak <kzak@redhat.com>2023-05-05 09:27:33 +0200
commit7d376eb903aa507259698e1ae2ea0e6932e4807e (patch)
tree5a3172d96ac48966d61a2928b4db071f896459f0
parentb9158b0acedae532154234705204fb0d58a983ea (diff)
parent32ecb286968a812064c58b67f8c819419525f76b (diff)
downloadutil-linux-7d376eb903aa507259698e1ae2ea0e6932e4807e.tar.gz
Merge branch 'ci/python' of https://github.com/t-8ch/util-linux
* 'ci/python' of https://github.com/t-8ch/util-linux: ci: test python bindings
-rwxr-xr-x.github/workflows/cibuild-setup-ubuntu.sh1
-rwxr-xr-x.github/workflows/cibuild.sh1
2 files changed, 1 insertions, 1 deletions
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
)