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 2C8BE200C70 for ; Thu, 20 Apr 2017 00:49:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2B243160BAA; Wed, 19 Apr 2017 22:49:19 +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 71AC4160B9C for ; Thu, 20 Apr 2017 00:49:18 +0200 (CEST) Received: (qmail 46421 invoked by uid 500); 19 Apr 2017 22:49:17 -0000 Mailing-List: contact commits-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list commits@impala.incubator.apache.org Received: (qmail 46412 invoked by uid 99); 19 Apr 2017 22:49:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 22:49:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 53470C0BE9 for ; Wed, 19 Apr 2017 22:49:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.221 X-Spam-Level: X-Spam-Status: No, score=-4.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id aQelYRkxEnGr for ; Wed, 19 Apr 2017 22:49:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id B01595FDF6 for ; Wed, 19 Apr 2017 22:49:13 +0000 (UTC) Received: (qmail 46209 invoked by uid 99); 19 Apr 2017 22:49:12 -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, 19 Apr 2017 22:49:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4548DF999; Wed, 19 Apr 2017 22:49:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tarasbob@apache.org To: commits@impala.incubator.apache.org Date: Wed, 19 Apr 2017 22:49:13 -0000 Message-Id: <94f4c91cccb04bdcbff2ec75b1cedeed@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-impala git commit: IMPALA-5172: Always pass DEBUG build type to Impala-Lzo archived-at: Wed, 19 Apr 2017 22:49:19 -0000 IMPALA-5172: Always pass DEBUG build type to Impala-Lzo This changes CMakeLists.txt to pass the DEBUG build type to LZO. This effectively reverts commit 2598e3b26449a03011ab419a4cc1171cee249427. Change-Id: I15f0b383ef29d8eecccb69e9adde76386c7cdac6 Reviewed-on: http://gerrit.cloudera.org:8080/6686 Reviewed-by: Alex Behm Reviewed-by: Dan Hecht Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/297e23ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/297e23ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/297e23ba Branch: refs/heads/master Commit: 297e23ba993d9db22287d2ac54bacdff52d5461a Parents: 841fe7f Author: Alex Behm Authored: Wed Apr 19 10:21:05 2017 -0700 Committer: Impala Public Jenkins Committed: Wed Apr 19 22:11:14 2017 +0000 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/297e23ba/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e568aa..3fa8456 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -387,7 +387,7 @@ add_custom_target(cscope ALL if (DEFINED ENV{IMPALA_LZO} AND EXISTS $ENV{IMPALA_LZO}) add_custom_target(impala-lzo ALL DEPENDS thrift-deps - COMMAND $ENV{IMPALA_LZO}/build.sh ${CMAKE_BUILD_TYPE} ${CMAKE_SOURCE_DIR} + COMMAND $ENV{IMPALA_LZO}/build.sh DEBUG ${CMAKE_SOURCE_DIR} $ENV{IMPALA_TOOLCHAIN} ) endif()