Commit 27b5f76
avoid copying extended file attributes when inside virtiofs (#57555)
Summary:
I'm doing CI/CD that includes React Native inside of https://tart.run/. Tart uses Apple Virtualization Framework, which in turn mounts VirtioFS volumes.
This feels like a common enough use case to contribute upstream, since I can envision many more people using Apple's virtualization features.
## Changelog:
[GENERAL] [FIXED] - react-native-codegen build.sh on AppleVirtIOFS volumes
Pull Request resolved: #57555
Test Plan: Run `packages/react-native-codegen/scripts/oss/build.sh` inside a virtual machine that uses Apple Virtualization Framework such as Tart
Reviewed By: cipolleschi
Differential Revision: D112091671
Pulled By: cortinico
fbshipit-source-id: 800e6ac54175aaf7a9dfb4b99950cbc6da86e0851 parent de778b9 commit 27b5f76
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | | - | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
74 | | - | |
75 | | - | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
0 commit comments