Skip to content

Commit

Permalink
Adding CONDA_ALWAYS_YES
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Jul 7, 2023
1 parent 26d4851 commit bd1f6fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/conda/recipes/run_conda_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export CMAKE_C_COMPILER_LAUNCHER="ccache"
export CMAKE_CXX_COMPILER_LAUNCHER="ccache"
export CMAKE_CUDA_COMPILER_LAUNCHER="ccache"

# Avoid confirmation messages during the conda build
export CONDA_ALWAYS_YES=true

# Holds the arguments in an array to allow for complex json objects
CONDA_ARGS_ARRAY=()

Expand Down

0 comments on commit bd1f6fd

Please sign in to comment.