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

Commit e41a732

Browse files
committed
Add arm musl nightlies
1 parent c5a380b commit e41a732

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
@@ -266,6 +266,9 @@ stable_cross_targets = [
266266
beta_cross_targets = stable_cross_targets + [
267267
]
268268
nightly_cross_targets = beta_cross_targets + [
269+
{'t': 'arm-unknown-linux-musleabi', 'b': lincross},
270+
{'t': 'arm-unknown-linux-musleabihf', 'b': lincross},
271+
{'t': 'armv7-unknown-linux-musleabihf', 'b': lincross},
269272
]
270273

271274
####### BUILDSLAVES

0 commit comments

Comments
 (0)