Skip to content

Commit

Permalink
better log message and comments for gpu build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraus14 committed Mar 15, 2019
1 parent ca40417 commit 1f8d636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ conda list
# BUILD - Build libcudf and cuDF from source
################################################################################

# Temporarily install feather for testing
logger "conda install -c rapidsai -c rapidsai-nightly nvstrings=0.3*"
# Temporarily update nvstrings for testing
CUDA_REL=${CUDA_VERSION:0:3}
if [ "${CUDA_VERSION:0:2}" == '10' ]; then
# CUDA 10 release
CUDA_REL=${CUDA_VERSION:0:4}
fi
logger "conda install -c rapidsai -c rapidsai-nightly/label/cuda${CUDA_REL} nvstrings=0.3*"
conda install -c rapidsai -c rapidsai-nightly/label/cuda${CUDA_REL} nvstrings=0.3*

logger "Build libcudf..."
Expand Down

0 comments on commit 1f8d636

Please sign in to comment.