Commit 1fa0dfe
committed
fix(build.sh): clear ci directory without removing mount point
When ci/ is bind-mounted into cibuildwheel's container at /project/ci,
rm -rf ci fails with "Resource busy" because the mount point cannot be
removed from inside the container. Clear the directory contents instead,
and use mkdir -p so the command succeeds whether or not the directory
already exists.
Assisted-by: Kimi Code1 parent ae38227 commit 1fa0dfe
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
0 commit comments