Skip to content

Commit

Permalink
Added testing label and FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Mar 16, 2022
1 parent fff6eab commit 87b1279
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,16 @@ conda activate rapids
export PATH=$(conda info --base)/envs/rapids/bin:$PATH

gpuci_logger "Install dependencies"
# Assume libcudf will be installed via cudf. This is done to prevent the
# following:
# Assume libcudf and librmm will be installed via cudf and rmm respectively.
# This is done to prevent the following install scenario:
# libcudf = 22.04.00a220315, cudf = 22.04.00a220308
# where cudf 220308 was chosen possibly because it has fewer/different
# dependencies and the corresponding recipes think they're compatible when they
# may not be.
gpuci_mamba_retry install -y \
# dependencies and the corresponding recipes have specified these combinations
# should work when sometimes they do not.
# FIXME: remove testing label when gpuCI has the ability to move the pyraft
# label from testing to main.
gpuci_mamba_retry install -c rapidsai-nightly/label/testing -y \
"cudf=${MINOR_VERSION}" \
"librmm=${MINOR_VERSION}" \
"rmm=${MINOR_VERSION}" \
"libraft-headers=${MINOR_VERSION}" \
"pyraft=${MINOR_VERSION}" \
Expand Down

0 comments on commit 87b1279

Please sign in to comment.