about summary refs log tree commit diff stats
path: root/Dockerfile.tumbleweed
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-08 13:03:19 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-08 13:03:19 +0200
commit9db466dcbd6c10e53e83ce7e6051cf3144c3a5b7 (patch)
tree4c80cece84da6fbe35a12c37d26706d040ae459b /Dockerfile.tumbleweed
parentfc93546b5388a50281b1e5103b9163397defaf83 (diff)
downloadprofani-tty-9db466dcbd6c10e53e83ce7e6051cf3144c3a5b7.tar.gz
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.
Diffstat (limited to 'Dockerfile.tumbleweed')
-rw-r--r--Dockerfile.tumbleweed14
1 files 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