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

@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
WORKDIR /usr/src
RUN git clone https://github.com/boothj5/stabber
#RUN git clone https://github.com/boothj5/stabber
RUN git clone https://github.com/strophe/libstrophe
# TODO: Re-enable once libmicrohttpd-dev has been updated.