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

[impala] 04/04: IMPALA-8382 Add support for SLES 12 SP3

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

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

commit da153104f26ef94f1b4db323f5629d678c55f9ee
Author: Hector Acosta <he...@cloudera.com>
AuthorDate: Thu Mar 28 16:58:58 2019 -0700

    IMPALA-8382 Add support for SLES 12 SP3
    
    Testing: Ran a build, reployed a cluster on sles 12 sp3.
    
    Change-Id: Ia3cb1311b15226f1130be7e1d79110d16e3287ef
    Reviewed-on: http://gerrit.cloudera.org:8080/12922
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
    Reviewed-by: Tim Armstrong <ta...@cloudera.com>
---
 bin/bootstrap_toolchain.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/bootstrap_toolchain.py b/bin/bootstrap_toolchain.py
index dcc835d..05a0a81 100755
--- a/bin/bootstrap_toolchain.py
+++ b/bin/bootstrap_toolchain.py
@@ -71,6 +71,7 @@ OS_MAPPING = [
   OsMapping("suselinux11", "ec2-package-sles-11", None),
   OsMapping("suselinux12", "ec2-package-sles-12", "sles12"),
   OsMapping("suse12.2", "ec2-package-sles-12", "sles12"),
+  OsMapping("suse12.3", "ec2-package-sles-12", "sles12"),
   OsMapping("ubuntu12.04", "ec2-package-ubuntu-12-04", None),
   OsMapping("ubuntu14.04", "ec2-package-ubuntu-14-04", None),
   OsMapping("ubuntu15.04", "ec2-package-ubuntu-14-04", None),