Skip to content

Commit 18e7c97

Browse files
committed
fix: temporary disabling mastodon plugin because it timeouts on GHA
1 parent 4a8b66f commit 18e7c97

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RUN curl -fsSLO https://get.bitlbee.org/src/bitlbee-${BITLBEE_VERSION}.tar.gz \
4141
&& git clone --depth=1 https://github.com/matrix-org/purple-matrix.git \
4242
&& git clone --depth=1 https://github.com/EionRobb/purple-teams.git \
4343
&& git clone --depth=1 https://github.com/dylex/slack-libpurple.git \
44-
&& git clone --depth=1 https://src.alexschroeder.ch/bitlbee-mastodon.git \
4544
&& git clone --depth=1 https://github.com/BenWiederhake/tdlib-purple.git
4645

4746
# ---- Build BitlBee
@@ -66,11 +65,6 @@ RUN tar xf v${FACEBOOK_VERSION}.tar.gz \
6665
&& cd bitlbee-facebook-${FACEBOOK_VERSION} \
6766
&& ./autogen.sh && make -j$(nproc) && make install
6867

69-
RUN cd bitlbee-mastodon \
70-
&& ./autogen.sh \
71-
&& ./configure \
72-
&& make -j$(nproc) && make install
73-
7468
RUN cd tdlib-purple && ./build_and_install.sh
7569

7670
RUN libtool --finish /usr/local/lib/bitlbee

0 commit comments

Comments
 (0)