Skip to content

Commit

Permalink
Merge pull request #4681 from rapidsai/branch-22.04
Browse files Browse the repository at this point in the history
[gpuCI] Forward-merge branch-22.04 to branch-22.06 [skip gpuci]
  • Loading branch information
GPUtester authored Apr 1, 2022
2 parents 768a4ed + c07e162 commit 52767a9
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,13 @@ gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid
"xgboost=1.5.2dev.rapidsai${MINOR_VERSION}" \
"rapids-build-env=${MINOR_VERSION}.*" \
"rapids-notebook-env=${MINOR_VERSION}.*" \
"rapids-doc-env=${MINOR_VERSION}.*" \
"shap>=0.37,<=0.39"

if [ "$(arch)" = "x86_64" ]; then
gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \
"rapids-doc-env=${MINOR_VERSION}.*"
fi

# https://docs.rapids.ai/maintainers/depmgmt/
# gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env
# gpuci_mamba_retry install -y "your-pkg=1.0.0"
Expand Down Expand Up @@ -279,14 +283,16 @@ else
python ../scripts/cuda-memcheck.py -tool memcheck -exe ./test/prims
fi

gpuci_logger "Building doxygen C++ docs"
#Need to run in standard directory, not our artifact dir
unset LIBCUML_BUILD_DIR
$WORKSPACE/build.sh cppdocs -v
if [ "$(arch)" = "x86_64" ]; then
gpuci_logger "Building doxygen C++ docs"
#Need to run in standard directory, not our artifact dir
unset LIBCUML_BUILD_DIR
$WORKSPACE/build.sh cppdocs -v

if [ "$CUDA_REL" != "11.0" ]; then
gpuci_logger "Building python docs"
$WORKSPACE/build.sh pydocs
if [ "$CUDA_REL" != "11.0" ]; then
gpuci_logger "Building python docs"
$WORKSPACE/build.sh pydocs
fi
fi

fi
Expand Down

0 comments on commit 52767a9

Please sign in to comment.