ci: switch from libmesode to libstrophe

This commit is contained in:
Michael Vetter
2021-10-28 20:07:30 +02:00
parent 16ce42a0db
commit 61cebcdf5b
5 changed files with 11 additions and 12 deletions

View File

@@ -29,11 +29,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python-dev \
libsqlite3-dev
RUN mkdir -p /usr/src/{stabber,libmesode,profanity}
RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
WORKDIR /usr/src
RUN git clone git://github.com/boothj5/stabber.git
RUN git clone git://github.com/profanity-im/libmesode.git
RUN git clone git://github.com/strophe/libstrophe.git
# TODO: Re-enable once libmicrohttpd-dev has been updated.
#WORKDIR /usr/src/stabber
@@ -42,7 +42,7 @@ RUN git clone git://github.com/profanity-im/libmesode.git
#RUN make
#RUN make install
WORKDIR /usr/src/libmesode
WORKDIR /usr/src/libstrophe
RUN ./bootstrap.sh
RUN ./configure --prefix=/usr
RUN make