Files
rust/src
Alex Crichton 3be02fc410 rustbuild: Use copies instead of hard links
The original motivation for hard links was to speed up the various stages of
rustbuild, but in the end this is causing problems on Windows (#39504).

This commit tweaks the build system to use copies instead of hard links
unconditionally to ensure that the files accessed by Windows are always
disjoint.

Locally this added .3s to a noop build, so it shouldn't be too much of a
regression hopefully!
2017-03-09 07:00:13 -08:00
..
2017-02-08 18:51:43 -05:00
2017-02-15 15:13:31 +03:00
2017-02-20 09:09:12 -05:00
2017-02-07 20:58:34 +11:00
2017-03-03 02:15:37 +00:00
2017-03-07 10:45:13 +01:00
2017-02-16 21:40:14 -08:00
2017-02-28 17:12:56 +02:00
2017-03-06 07:04:04 -07:00
2017-03-03 02:15:37 +00:00
2017-02-27 11:18:11 +08:00
2017-02-03 11:08:20 +01:00
2017-03-01 07:00:03 -08:00