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

Really don't build new arm targets on beta/stable #133

Merged
merged 1 commit into from
Oct 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1850,6 +1850,8 @@ for p in dist_platforms:
if channel == 'nightly':
if 'cross-rustbuild-linux' in p:
musl = "arm"
else:
musl = None

if channel == 'stable':
my_cross_targets = stable_cross_targets
Expand Down