Skip to content

Commit

Permalink
Don't sort recipes
Browse files Browse the repository at this point in the history
See #4133
  • Loading branch information
kurtschelfthout authored and mingwandroid committed Dec 15, 2020
1 parent 92cea02 commit f6e6236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build/api.py
Expand Up @@ -184,7 +184,7 @@ def build(recipe_paths_or_metadata, post=None, need_source_download=True,
raise ValueError('No valid recipes found for input: {}'.format(recipe_paths_or_metadata))

return build_tree(
sorted(recipes),
recipes,
config=get_or_merge_config(config, **kwargs),
# If people don't pass in an object to capture stats in, they won't get them returned.
# We'll still track them, though.
Expand Down

0 comments on commit f6e6236

Please sign in to comment.