There was an error while loading. Please reload this page.
1 parent dce241d commit 1a19fddCopy full SHA for 1a19fdd
1 file changed
ci/build_java.sh
@@ -68,7 +68,6 @@ if [[ "$BRANCH" == pull-request/* ]]; then
68
rapids-logger "Remove libcuvs from conda environment"
69
# Uninstall the conda libcuvs so the JVM's RPATH (which points to the conda
70
# env's lib dir) cannot find the old libcuvs_c.so ahead of the PR artifact.
71
- # Temporarily allow unbound variables for conda shell hooks.
72
set +u
73
conda remove --yes --force-remove libcuvs
74
set -u
0 commit comments