Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ RUN export CONFIG_SITE=/tmp/config.site \
--enable res_pjsip_endpoint_identifier_user \
--enable res_srtp \
menuselect.makeopts \
&& MAKEFLAGS="-j1" CONFIG_SITE=/tmp/config.site make \
&& for attempt in 1 2 3 4 5; do \
MAKEFLAGS="-j1" CONFIG_SITE=/tmp/config.site make 2>&1 && break; \
echo ">> Build attempt $attempt failed (QEMU cc1 segfault), retrying..."; \
done \
&& make install

# ── Build chan_dongle against our Asterisk ──────────────────────────────────
Expand Down