We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfe087 commit 7edd6d7Copy full SHA for 7edd6d7
.ci_support/build_all.py
@@ -60,6 +60,9 @@ def build_all(recipes_dir, arch):
60
61
print('Computed that there are {} distributions to build from {} recipes'
62
.format(len(order), len(folders)))
63
+ if not order:
64
+ print('Nothing to do')
65
+ return
66
print("Resolved dependencies, will be built in the following order:")
67
print(' '+'\n '.join(order))
68
0 commit comments