Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C355F200B33 for ; Wed, 29 Jun 2016 19:54:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C1F2D160A57; Wed, 29 Jun 2016 17:54:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 14FBE160A3C for ; Wed, 29 Jun 2016 19:54:51 +0200 (CEST) Received: (qmail 52412 invoked by uid 500); 29 Jun 2016 17:54:51 -0000 Mailing-List: contact commits-help@quickstep.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quickstep.incubator.apache.org Delivered-To: mailing list commits@quickstep.incubator.apache.org Received: (qmail 52403 invoked by uid 99); 29 Jun 2016 17:54:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2016 17:54:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BE648C0373 for ; Wed, 29 Jun 2016 17:54:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id LBn0zcJbAm_n for ; Wed, 29 Jun 2016 17:54:48 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 6E5105F47C for ; Wed, 29 Jun 2016 17:54:48 +0000 (UTC) Received: (qmail 52266 invoked by uid 99); 29 Jun 2016 17:54:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2016 17:54:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AC8CBE5CE1; Wed, 29 Jun 2016 17:54:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: navsan@apache.org To: commits@quickstep.incubator.apache.org Date: Wed, 29 Jun 2016 17:54:47 -0000 Message-Id: <4c25fc776911446393588e8f4594e89f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] incubator-quickstep git commit: Go back to using LLVM Apt repositories [Forced Update!] archived-at: Wed, 29 Jun 2016 17:54:52 -0000 Repository: incubator-quickstep Updated Branches: refs/heads/hashtable_collector 544185527 -> 33470032a (forced update) Go back to using LLVM Apt repositories Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/c0c13f67 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/c0c13f67 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/c0c13f67 Branch: refs/heads/hashtable_collector Commit: c0c13f67e330ccc4b233d9fd9033453211d9c584 Parents: 714874c Author: Navneet Potti Authored: Mon Jun 27 11:06:58 2016 -0500 Committer: Navneet Potti Committed: Mon Jun 27 11:06:58 2016 -0500 ---------------------------------------------------------------------- .travis.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/c0c13f67/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index fce3ba0..54a0c8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,19 +20,6 @@ env: - BUILD_TYPE=Debug VECTOR_COPY_ELISION_LEVEL=selection - BUILD_TYPE=Release VECTOR_COPY_ELISION_LEVEL=selection -before_install: - - LLVM_VERSION=3.7.1 - - LLVM_ARCHIVE_PATH=$HOME/clang+llvm.tar.xz - - if [[ $CC = "clang" ]]; then - wget http://llvm.org/releases/$LLVM_VERSION/clang+llvm-$LLVM_VERSION-x86_64-linux-gnu-ubuntu-14.04.tar.xz -O $LLVM_ARCHIVE_PATH; - mkdir -p $HOME/clang-$LLVM_VERSION; - tar xf $LLVM_ARCHIVE_PATH -C $HOME/clang-$LLVM_VERSION --strip-components 1; - ln -sf $HOME/clang-$LLVM_VERSION/bin/clang++ $HOME/clang-$LLVM_VERSION/bin/clang++-3.7; - export PATH=$HOME/clang-$LLVM_VERSION/bin:$PATH; - export CPPFLAGS="-I $HOME/clang-$LLVM_VERSION/include/c++/v1"; - echo "Using clang at " `which $CC-3.7` " and $CXX at " `which $CXX-3.7`; - fi - install: - if [ "$CC" = "gcc" ]; then export MAKE_JOBS=1; @@ -91,9 +78,11 @@ addons: apt: sources: - ubuntu-toolchain-r-test + - llvm-toolchain-precise-3.7 packages: - gcc-5 - g++-5 + - clang-3.7 - binutils-gold - libprotobuf-dev - protobuf-compiler