And now that we can, remove extra compilation step from CI
This commit is contained in:
parent
78bced4bcd
commit
21fdeba186
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue