1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

build: add more retries in case of build failure

This commit is contained in:
Sébastien Helleu
2024-10-06 11:35:12 +02:00
parent 139787b26f
commit e29332ead6
+1 -1
View File
@@ -260,7 +260,7 @@ if [ "${RETRY_BUILD}" != "0" ]; then
cat <<EOF >> debian/rules
override_dh_auto_build:
dh_auto_build || dh_auto_build || dh_auto_build || dh_auto_build
dh_auto_build || dh_auto_build || dh_auto_build || dh_auto_build || dh_auto_build || dh_auto_build
EOF
fi