Skip to content

Force re-indexing of locally built packages if "local" channel is present

André Anjos requested to merge re-index into master

Apparently, indexes are not refreshed during a tight loop of conda_build.api.build() calls.

This MR mitigates it by re-indexing conda-bld at every iteration, if need-be.

Edited by André Anjos

Merge request reports