You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by bi...@apache.org on 2021/02/17 02:13:21 UTC

[impala] 03/03: IMPALA-10389: (supplement) Add impala-profile-tool to build by default

This is an automated email from the ASF dual-hosted git repository.

bikram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 9736e4c4777bdac306e8dd3fce58061ecc5d6692
Author: Bikramjeet Vig <bi...@gmail.com>
AuthorDate: Tue Feb 16 15:58:57 2021 -0800

    IMPALA-10389: (supplement) Add impala-profile-tool to build by default
    
    This just adds the impala-profile-tool to the list of regular make
    targets that will be built by default. It helps streamline automated
    build jobs that also verify docker builds.
    
    Change-Id: I58d8392d19b04aceb06874056cb2ffc5d22ca673
    Reviewed-on: http://gerrit.cloudera.org:8080/17072
    Reviewed-by: Joe McDonnell <jo...@cloudera.com>
    Tested-by: Bikramjeet Vig <bi...@cloudera.com>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 023cb9c..77401b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -456,7 +456,7 @@ add_custom_target(notests_independent_targets DEPENDS
   java cscope tarballs impala_python
 )
 add_custom_target(notests_regular_targets DEPENDS
-  impalad statestored catalogd admissiond fesupport loggingsupport ImpalaUdf udasample udfsample
+  impalad statestored catalogd admissiond fesupport loggingsupport ImpalaUdf udasample udfsample impala-profile-tool
 )
 
 add_custom_target(notests_all_targets DEPENDS