File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -550,6 +550,7 @@ def get_variants_to_compile(args):
550
550
# populate tags_to_compile
551
551
for b in branches_to_compile :
552
552
tags_to_compile .add (EMHelper .get_sdk_name_branch (b ))
553
+
553
554
for v in versions_to_compile :
554
555
tags_to_compile .add (EMHelper .get_sdk_name_tag (v ))
555
556
@@ -574,7 +575,7 @@ def create_compilation_sets(variants):
574
575
log ("{} tag name looks incorect!" .format (v ), True )
575
576
576
577
# sort sets
577
- result = sorted (sets .values (), key = lambda x : x .name , cmp = version_compare , reverse = True )
578
+ result = sorted (sets .values (), key = lambda x : x .name , cmp = version_compare , reverse = False )
578
579
# sort variants in sets
579
580
for r in result :
580
581
r .variants = sorted (r .variants , cmp = sort_variants )
You can’t perform that action at this time.
0 commit comments