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

Commit 8227ed0

Browse files
committed
Don't have bitrig cargo nightlies yet
1 parent 9437471 commit 8227ed0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

master/master.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,6 +1913,9 @@ for platform in cargo_platforms:
19131913
slavenames=slaves,
19141914
factory=cargo_buildfactory(platform)))
19151915

1916+
if platform not in cargo_dist_platforms:
1917+
continue
1918+
19161919
# Cargo nightly
19171920
c['builders'].append(BuilderConfig(
19181921
mergeRequests=True,

0 commit comments

Comments
 (0)