Commit ded29a6
committed
Fix build.py for Rust tests
Incredibly, Python's `shutil.copytree` doesn't do what it says when
copying a tree containing a symlink over the same tree containing the
same symlink. Therefore, we remove the directory first before copying
over it, and copy over it at most once per build.1 parent 4cf6b4f commit ded29a6
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
68 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
| |||
0 commit comments