File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
gpuci_logger " Get conda file output locations"
33
33
34
- export LIBRAFT_HEADERS_FILE=` conda build --croot ${CONDA_BLD_DIR} -c ${CONDA_LOCAL_CHANNEL} conda/recipes/libraft_headers --output`
34
+ export LIBRAFT_HEADERS_FILE=` conda build --no-build-id -- croot ${CONDA_BLD_DIR} -c ${CONDA_LOCAL_CHANNEL} conda/recipes/libraft_headers --output`
35
35
export LIBRAFT_NN_FILE=` conda build --no-build-id --croot ${CONDA_BLD_DIR} -c ${CONDA_LOCAL_CHANNEL} conda/recipes/libraft_nn --output`
36
36
export LIBRAFT_DISTANCE_FILE=` conda build --no-build-id --croot ${CONDA_BLD_DIR} -c ${CONDA_LOCAL_CHANNEL} conda/recipes/libraft_distance --output`
37
- export PYRAFT_FILE=` conda build --croot ${CONDA_BLD_DIR} -c ${CONDA_LOCAL_CHANNEL} conda/recipes/pyraft --python=$PYTHON --output`
38
- export PYLIBRAFT_FILE=` conda build --croot ${CONDA_BLD_DIR} -c ${CONDA_LOCAL_CHANNEL} conda/recipes/pylibraft --python=$PYTHON --output`
37
+ export PYRAFT_FILE=` conda build --no-build-id -- croot ${CONDA_BLD_DIR} -c ${CONDA_LOCAL_CHANNEL} conda/recipes/pyraft --python=$PYTHON --output`
38
+ export PYLIBRAFT_FILE=` conda build --no-build-id -- croot ${CONDA_BLD_DIR} -c ${CONDA_LOCAL_CHANNEL} conda/recipes/pylibraft --python=$PYTHON --output`
39
39
40
40
# ###############################################################################
41
41
# UPLOAD - Conda packages
You can’t perform that action at this time.
0 commit comments