ci: remove building of stabber

It's not run anyways.
See https://github.com/profanity-im/profanity/issues/789
This commit is contained in:
Michael Vetter
2022-01-12 16:54:43 +01:00
parent 50f0cfd324
commit 992f5b800b
4 changed files with 20 additions and 20 deletions

View File

@@ -53,13 +53,13 @@ RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst
RUN pacman -U --noconfirm libsignal-protocol-c/libsignal-protocol-c-*.pkg.tar.zst
WORKDIR /usr/src
RUN git clone https://github.com/boothj5/stabber
#RUN git clone https://github.com/boothj5/stabber
WORKDIR /usr/src/stabber
RUN ./bootstrap.sh
RUN ./configure --prefix=/usr --disable-dependency-tracking
RUN make
RUN make install
#WORKDIR /usr/src/stabber
#RUN ./bootstrap.sh
#RUN ./configure --prefix=/usr --disable-dependency-tracking
#RUN make
#RUN make install
WORKDIR /usr/src/profanity
COPY . /usr/src/profanity