summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2019-10-15 14:00:07 +0300
committerPanu Matilainen <pmatilai@redhat.com>2019-11-18 12:46:29 +0200
commitc1010a6326b555c0ebb55b3d57b3d0591b5d4d2c (patch)
tree89a32f72a1fb392ef7f59d446a746a66b15767be
parentf54bb77a6508b307a5b711730fa83d75bd80bcd4 (diff)
downloadrpm-c1010a6326b555c0ebb55b3d57b3d0591b5d4d2c.tar.gz
Run CI builds with -Werror
(cherry picked from commit 8671726738885f91f1eac725c8bbb76c9f433868)
-rw-r--r--ci/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
index d1a45d434..6e6a71eba 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -55,7 +55,8 @@ RUN ./configure \
--with-lua \
--with-audit \
--enable-python \
- --enable-silent-rules
+ --enable-silent-rules \
+ --enable-werror
RUN make
CMD make distcheck; rc=$?; find . -name rpmtests.log|xargs cat; exit $rc