And now that we can, remove extra compilation step from CI

This commit is contained in:
Panu Matilainen 2020-03-25 12:34:25 +02:00
parent 78bced4bcd
commit 21fdeba186
1 changed files with 0 additions and 1 deletions

View File

@ -64,6 +64,5 @@ RUN ./configure \
--enable-python \
--enable-silent-rules \
--enable-werror
RUN make -j
CMD make -j distcheck; rc=$?; find . -name rpmtests.log|xargs cat; exit $rc