Skip to content

Commit

Permalink
Always build libcucim
Browse files Browse the repository at this point in the history
Signed-off-by: Gigon Bae <gbae@nvidia.com>
  • Loading branch information
gigony committed Aug 2, 2022
1 parent b7f0ab9 commit 777b021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gpuci_mamba_retry install -c conda-forge boa
# runtime library [libcudart.so.11.0] in /opt/conda/envs/rapids/conda-bld/libcucim_1616020264601/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib may be hidden by files in:
# /opt/conda/envs/rapids/lib

if [ "$BUILD_LIBCUCIM" == 1 ]; then
# if [ "$BUILD_LIBCUCIM" == 1 ]; then
gpuci_conda_retry mambabuild -c conda-forge -c rapidsai-nightly \
--dirty \
--no-remove-work-dir \
Expand All @@ -86,9 +86,9 @@ if [ "$BUILD_LIBCUCIM" == 1 ]; then
# Copy the conda working directory for Project Flash
mkdir -p ${CONDA_BLD_DIR}/libcucim/work
cp -r ${CONDA_BLD_DIR}/work/* ${CONDA_BLD_DIR}/libcucim/work
fi
# fi

if [ "$BUILD_CUCIM" == 1 ]; then
# if [ "$BUILD_CUCIM" == 1 ]; then
# Set libcucim conda build folder for CPU build
export LIBCUCIM_BLD_PATH=${WORKSPACE}/ci/artifacts/cucim/cpu/.conda-bld

Expand All @@ -99,7 +99,7 @@ if [ "$BUILD_CUCIM" == 1 ]; then
--croot ${CONDA_BLD_DIR} \
--use-local \
conda/recipes/cucim
fi
# fi

################################################################################
# UPLOAD - Conda packages
Expand Down

0 comments on commit 777b021

Please sign in to comment.