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

Commit 619636e

Browse files
authored
Merge pull request #141 from alexcrichton/build-dist
Upload from build/dist on nightly
2 parents 92a5919 + 06e6447 commit 619636e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

master/master.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,9 @@ def distsnap_buildfactory(platform, channel_label):
11551155

11561156
# Upload artifacts from slave
11571157
slave_dist_dir = "dist"
1158-
if 'cross-host-linux' in platform or 'cross-rustbuild-linux' in platform:
1158+
if 'nightly' in channel_label or \
1159+
'cross-host-linux' in platform or \
1160+
'cross-rustbuild-linux' in platform:
11591161
slave_dist_dir = "build/dist"
11601162
f.addStep(DirectoryUpload(slavesrc=slave_dist_dir,
11611163
masterdest=local_dist_platform_dir,

0 commit comments

Comments
 (0)