Skip to content
Snippets Groups Projects

Independent builds and python support

Merged André Anjos requested to merge support-base-py37 into master
+ 1
1
@@ -515,7 +515,7 @@ def base_build(server, intranet, recipe_dir, conda_build_config,
@@ -515,7 +515,7 @@ def base_build(server, intranet, recipe_dir, conda_build_config,
python_version)
python_version)
if candidate is not None:
if candidate is not None:
logger.info('Skipping build for %s-%s-(py%s_?)%s for %s - exists ' \
logger.info('Skipping build for %s-%s-(py%s_?)%s for %s - exists ' \
'on channel', candidate[0], candidate[1], candidate[2], py_ver)
'on channel', candidate[0], candidate[1], candidate[2], py_ver, arch)
return
return
# if you get to this point, just builds the package
# if you get to this point, just builds the package
Loading