bioconda/bioconda-utils

HOME should be added to the environment

dpryan79 opened this issue · 0 comments

On OSX CI nodes, $HOME isn't set in new shells, which always causes headaches for things like rust (e.g., bioconda/bioconda-recipes#34374 ). We can set $HOME before running bioconda-utils, but that variable doesn't exist in the build scripts for packages. We need to ensure that it gets injected into the environment in which those scripts are run.