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

Commit 04adaef

Browse files
authored
Merge pull request #133 from rust-lang/next
Really don't build new arm targets on beta/stable
2 parents a94d24b + 0c6c2e0 commit 04adaef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

master/master.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -1850,6 +1850,8 @@ for p in dist_platforms:
18501850
if channel == 'nightly':
18511851
if 'cross-rustbuild-linux' in p:
18521852
musl = "arm"
1853+
else:
1854+
musl = None
18531855

18541856
if channel == 'stable':
18551857
my_cross_targets = stable_cross_targets

0 commit comments

Comments
 (0)