Skip to content

Commit

Permalink
Try pinning openssl in environment to 1.0.2r for thrift-cpp compatibi…
Browse files Browse the repository at this point in the history
…lity?
  • Loading branch information
kkraus14 committed Mar 13, 2019
1 parent a72b0b8 commit 9758898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# BUILD - Conda package builds (conda deps: libcudf <- libcudf_cffi <- cudf)
################################################################################

# Temporary testing - Try to fix openssl version issues
logger "conda install -c conda-forge openssl=1.0.2r"
conda install -y -c conda-forge openssl=1.0.2r

logger "Build conda pkg for libcudf..."
source ci/cpu/libcudf/build_libcudf.sh

Expand Down
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ conda list

# Temporarily install feather for testing
logger "conda install -c rapidsai-nightly nvstrings=0.3.0dev0"
conda install -c rapidsai -c rapidsai-nightly -c conda-forge -y openssl nvstrings=0.3.0dev0
conda install -c rapidsai -c rapidsai-nightly -c conda-forge -y openssl=1.0.2r nvstrings=0.3.0dev0

logger "Build libcudf..."
mkdir -p $WORKSPACE/cpp/build
Expand Down

0 comments on commit 9758898

Please sign in to comment.