Closed proppy closed 1 year ago
https://github.com/hdl/conda-eda/commit/a852977eea1fd6b3879eb7cab9567983c074e4ac changed meta.yaml to use git_url causing conda to fetch gitsubmodules recursively.
git_url
Reverting back to tarball allow us to make sure we only clone each dependencies once.
Seems like we're hitting https://github.com/conda/conda-build/issues/4775, so we should make sure we point to archive that are named differently.
https://github.com/hdl/conda-eda/commit/a852977eea1fd6b3879eb7cab9567983c074e4ac changed meta.yaml to use
git_url
causing conda to fetch gitsubmodules recursively.Reverting back to tarball allow us to make sure we only clone each dependencies once.