The rust bootstrap downloads files into a "tmp" directory then moves the files into the "cache" directory using std::fs::rename. There are no issues in the original/unpatched case as "tmp" and "cache" are subdirectories in the build directory ($(HOST_BUILD_DIR)/build) and so are nearly guaranteed to be on the same filesystem. |
||
---|---|---|
.. | ||
0001-Update-xz2-and-use-it-static.patch | ||
0002-rustc-bootstrap-cache.patch | ||
0003-bump-libc-deps-to-0.2.146.patch |