You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ar...@apache.org on 2019/01/31 19:07:30 UTC

[impala] 04/07: IMPALA-8146: Remove make_{debug,release,asan}.sh

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

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

commit e8ea4b0525fb3223da9291775eff4b7fbd15c547
Author: Tim Armstrong <ta...@cloudera.com>
AuthorDate: Wed Jan 30 02:45:33 2019 -0800

    IMPALA-8146: Remove make_{debug,release,asan}.sh
    
    Change-Id: Iac997917463b871769112834835cc3f99cff5954
    Reviewed-on: http://gerrit.cloudera.org:8080/12306
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/make_asan.sh    | 20 --------------------
 bin/make_debug.sh   | 20 --------------------
 bin/make_release.sh | 20 --------------------
 3 files changed, 60 deletions(-)

diff --git a/bin/make_asan.sh b/bin/make_asan.sh
deleted file mode 100755
index 1ef05f7..0000000
--- a/bin/make_asan.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-$IMPALA_HOME/bin/make_impala.sh -clean -build_type=ADDRESS_SANITIZER $*
diff --git a/bin/make_debug.sh b/bin/make_debug.sh
deleted file mode 100755
index a2bda60..0000000
--- a/bin/make_debug.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-$IMPALA_HOME/bin/make_impala.sh -build_type=Debug -build_shared_libs $*
diff --git a/bin/make_release.sh b/bin/make_release.sh
deleted file mode 100755
index 1866ef8..0000000
--- a/bin/make_release.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-$IMPALA_HOME/bin/make_impala.sh -build_type=Release $*