Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit a1b73bd

Browse files
committed
Don't run win dist builds on win slaves (only windist)
1 parent 25d7bf3 commit a1b73bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ def platform_snap_slaves(p):
16211621
# FIXME: The linux AMI instances are using valgrind 3.7 and we need 3.8+
16221622
# This rule limits which bots we run the valgrinding dist snapshot on.
16231623
def platform_dist_slaves(p):
1624-
if 'musl' in p or 'cross' in p or 'ios' in p:
1624+
if 'musl' in p or ('cross' in p and not 'win' in p) or 'ios' in p:
16251625
return platform_slaves(p)
16261626

16271627
# p is exactly the platform name, ie arm-android

0 commit comments

Comments
 (0)