Wang Xuerui 46d74eac23
rustbuild: only plan from build triple for dist
We only want to package each host/target once for `dist`. The obvious
solution takes the form of step dependency, which is implemented at
least for the `dist-rustc` step. Unfortunately since the steps are
created from `hosts x targets` during planning and *not* de-duplicated
afterwards, the problem still persists.

We therefore move the check inside `plan()` instead, to avoid creating
the duplicate steps in the first place.
2016-12-20 21:43:58 +08:00
..
2016-12-14 15:40:18 -08:00
2016-12-16 21:18:44 +00:00
2016-12-16 19:42:17 -08:00
2016-12-16 19:42:17 -08:00
2016-12-16 19:42:17 -08:00
2016-12-16 19:42:17 -08:00
2016-12-14 12:28:21 -05:00
2016-12-16 19:42:17 -08:00
2016-12-15 20:48:59 +02:00
2016-12-16 19:42:17 -08:00
2016-12-12 09:27:14 -08:00
2016-12-12 09:27:14 -08:00