Commit 5c092c4
authored
Don't use
dSYMs are currently copied using `cp -cp` on MacOS, which means MacOS
will use clonefile(). While this optimizes speed and storage, this will
also fail if src and dst are not on the same filesystem. This will
typically happen if the sandbox and bazel-out are on different
filesystems.cp -c if src and dst are on different devices when copying dSYMs (#2766)1 parent 0158abf commit 5c092c4
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
158 | | - | |
159 | | - | |
| 159 | + | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
0 commit comments