From 9db466dcbd6c10e53e83ce7e6051cf3144c3a5b7 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 8 Jul 2020 13:03:19 +0200 Subject: [PATCH] ci os tw: disable building of stabber libmicrohttpd 0.97.1 changed some types. These commits adapt stabber: https://github.com/profanity-im/stabber/commit/f33c4b6ba9281d1e5ff7c488cc0df00e331c98ba https://github.com/profanity-im/stabber/commit/81f38c6a3377e2a1df3bfbb223f98bdaf3fd8ffa Tumbleweed does not yet have the latest libmicrohttpd in its repositories. But it is updated in the devel repo. So should land there in the next couple of days. Let's disable building stabber on TW for that time. --- Dockerfile.tumbleweed | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile.tumbleweed b/Dockerfile.tumbleweed index 67b97dae..0c58dfef 100644 --- a/Dockerfile.tumbleweed +++ b/Dockerfile.tumbleweed @@ -44,13 +44,13 @@ ENV LC_ALL en_US.UTF-8 RUN mkdir -p /usr/src WORKDIR /usr/src -RUN mkdir -p /usr/src/stabber -RUN git clone git://github.com/boothj5/stabber.git -WORKDIR /usr/src/stabber -RUN ./bootstrap.sh -RUN ./configure --prefix=/usr --disable-dependency-tracking -RUN make -RUN make install +#RUN mkdir -p /usr/src/stabber +#RUN git clone git://github.com/boothj5/stabber.git +#WORKDIR /usr/src/stabber +#RUN ./bootstrap.sh +#RUN ./configure --prefix=/usr --disable-dependency-tracking +#RUN make +#RUN make install RUN mkdir -p /usr/src/profanity WORKDIR /usr/src/profanity