Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C080910503 for ; Thu, 19 Dec 2013 03:39:48 +0000 (UTC) Received: (qmail 78833 invoked by uid 500); 19 Dec 2013 03:39:47 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 78803 invoked by uid 500); 19 Dec 2013 03:39:45 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 78794 invoked by uid 99); 19 Dec 2013 03:39:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 03:39:43 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 19 Dec 2013 03:39:42 +0000 Received: (qmail 78770 invoked by uid 99); 19 Dec 2013 03:39:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 03:39:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 09765E334; Thu, 19 Dec 2013 03:39:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wfarner@apache.org To: commits@aurora.incubator.apache.org Message-Id: <888108076e1a4b73b0c6ccad9798572c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Skip building the Apache Thrift 0.9.1 tests Date: Thu, 19 Dec 2013 03:39:21 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 43344575d -> 16bb1442d Skip building the Apache Thrift 0.9.1 tests AURORA-7: Setup jenkins job Skips building the Apache Thrift 0.9.1 tests which have a known issue with libtool. Bugs closed: AURORA-7 Reviewed at https://reviews.apache.org/r/16353/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/16bb1442 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/16bb1442 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/16bb1442 Branch: refs/heads/master Commit: 16bb1442dc4e034f3a77114a2faa3f97c783d490 Parents: 4334457 Author: Jake Farrell Authored: Wed Dec 18 19:38:51 2013 -0800 Committer: Bill Farner Committed: Wed Dec 18 19:38:51 2013 -0800 ---------------------------------------------------------------------- build-support/thrift/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/16bb1442/build-support/thrift/Makefile ---------------------------------------------------------------------- diff --git a/build-support/thrift/Makefile b/build-support/thrift/Makefile index 56e28fd..c009890 100644 --- a/build-support/thrift/Makefile +++ b/build-support/thrift/Makefile @@ -22,8 +22,9 @@ all: $(THRIFT) $(THRIFT): curl $(THRIFT_URL) | tar zxv - (cd $(THRIFT_DISTNAME) && ./configure --without-php --without-php_extension --without-ruby --without-haskell \ - --without-d --without-go --without-perl --without-python --without-erlang --without-java --without-c_glib) + (cd $(THRIFT_DISTNAME) && ./configure --without-tests --without-php --without-php_extension \ + --without-ruby --without-haskell --without-d --without-go --without-perl --without-python \ + --without-erlang --without-java --without-c_glib) (cd $(THRIFT_DISTNAME) && make -j4) clean: