build(docker): enable stabber for functional tests
Some checks failed
CI Code / Check spelling (pull_request) Successful in 23s
CI Code / Linux (arch) (pull_request) Failing after 35s
CI Code / Check coding style (pull_request) Successful in 38s
CI Code / Linux (ubuntu) (pull_request) Failing after 1m10s
CI Code / Linux (debian) (pull_request) Failing after 1m40s

- Enable stabber build from fork git.jabber.space/jabber.developer2/stabber
- Use fix/xmpp-parsing branch with XMPP stream parsing fixes
- Add tcl-expect-dev package for Debian/Ubuntu (required by libexpect)
- Add expect package for Arch Linux
This commit is contained in:
2025-12-15 11:30:38 +03:00
parent ecdf299113
commit 57e5f30f1a
5 changed files with 36 additions and 36 deletions

View File

@@ -34,7 +34,8 @@ RUN pacman -S --needed --noconfirm \
sqlite \
valgrind \
gdk-pixbuf2 \
qrencode
qrencode \
expect
RUN mkdir -p /usr/src/{stabber,profanity}
@@ -57,13 +58,13 @@ USER root
RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst
WORKDIR /usr/src
#RUN git clone https://github.com/boothj5/stabber
RUN git clone -c http.sslverify=false -b fix/xmpp-parsing https://git.jabber.space/jabber.developer2/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