From fa9896d7e5ba7084f26ff6205946751720498d33 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 8 Oct 2014 18:21:47 -0400 Subject: [PATCH] jenkins: revert back to make all for contrib Refs #56654 Change-Id: I2cb40ebec7a5bcf31e73f0d1ee70b0ecebeee35b --- tools/build-system/hudson-sflphone-script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/build-system/hudson-sflphone-script.sh b/tools/build-system/hudson-sflphone-script.sh index 97313468d7..6de596ee15 100755 --- a/tools/build-system/hudson-sflphone-script.sh +++ b/tools/build-system/hudson-sflphone-script.sh @@ -121,9 +121,9 @@ function build_contrib { ../bootstrap # list dependencies that aren't detected by contrib make list - # XXX: only build iax since it's not packaged, we don't want contrib - # for anything else - make .iax + # FIXME: this is very slow but it's the best we can do until we migrate + # to a builder with more up to date packages + make popd else # We're on 1.4.x -- GitLab