summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2020-03-24 11:36:49 +0100
committerPanu Matilainen <pmatilai@redhat.com>2020-03-26 11:57:58 +0200
commitcf94222fe10e9d31b39db308d5a9448b23b3344f (patch)
tree335b44755ff9692fbf2d27de9d7985b81019fcb9
parent59782fc3f9744ba800fbf886dc40b70833721183 (diff)
downloadrpm-cf94222fe10e9d31b39db308d5a9448b23b3344f.tar.gz
CI: enbale Python bindings
Python tests fail otherwise
-rw-r--r--ci/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
index 3bdfe6dd0..4736c113f 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -48,7 +48,8 @@ RUN ./configure \
--with-cap \
--with-acl \
--with-lua \
- --enable-silent-rules
+ --enable-silent-rules \
+ --enable-python
RUN make
CMD make check; rc=$?; cat tests/rpmtests.log; exit $rc