mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
IMPALA-5714: Add OpenSSL to bootstrap_toolchain.py
To support KRPC on legacy platforms with version of OpenSSL older than 1.0.1, we may need to use libssl from the toolchain. This change makes toolchain boostrapping to also download OpenSSL 1.0.1p. Testing: private packaging build. Change-Id: I860b16d8606de1ee472db35a4d8d4e97b57b67ae Reviewed-on: http://gerrit.cloudera.org:8080/7532 Reviewed-by: Henry Robinson <henry@cloudera.com> Tested-by: Impala Public Jenkins
This commit is contained in:
committed by
Impala Public Jenkins
parent
1cbfa423b4
commit
e90afcb36e
@@ -352,8 +352,8 @@ if __name__ == "__main__":
|
||||
|
||||
packages = ["avro", "binutils", "boost", "breakpad", "bzip2", "cmake", "crcutil",
|
||||
"flatbuffers", "gcc", "gflags", "glog", "gperftools", "gtest", "kudu", "libev",
|
||||
"llvm", ("llvm", "3.8.0-asserts-p1"), "lz4", "openldap", "protobuf", "rapidjson",
|
||||
"re2", "snappy", "thrift", "tpc-h", "tpc-ds", "zlib"]
|
||||
"llvm", ("llvm", "3.8.0-asserts-p1"), "lz4", "openldap", "openssl", "protobuf",
|
||||
"rapidjson", "re2", "snappy", "thrift", "tpc-h", "tpc-ds", "zlib"]
|
||||
bootstrap(toolchain_root, packages)
|
||||
|
||||
# Download the CDH components if necessary.
|
||||
|
||||
@@ -97,7 +97,7 @@ export IMPALA_LLVM_ASAN_VERSION=3.8.0-p1
|
||||
export IMPALA_LLVM_DEBUG_VERSION=3.8.0-asserts-p1
|
||||
export IMPALA_LZ4_VERSION=1.7.5
|
||||
export IMPALA_OPENLDAP_VERSION=2.4.25
|
||||
export IMPALA_OPENSSL_VERSION=0.9.8zf
|
||||
export IMPALA_OPENSSL_VERSION=1.0.1p
|
||||
export IMPALA_PROTOBUF_VERSION=2.6.1
|
||||
export IMPALA_POSTGRES_JDBC_DRIVER_VERSION=9.0-801
|
||||
export IMPALA_RAPIDJSON_VERSION=0.11
|
||||
|
||||
Reference in New Issue
Block a user