Commit 5001399
Check both #file-absolute and CWD-relative paths for the PipelineHelpers sibling
The sibling-checkout check (use ../PipelineHelpers when building from
the umbrella monorepo, else fall back to GitHub) compared against a CWD-
relative path, which isn't always the manifest's own directory (Xcode
workspace builds, e.g.). Resolving purely from #file isn't a strict fix
either -- a cached manifest could have a stale baked-in #file from a
previous checkout location -- so this checks both the #file-derived
absolute path and the original CWD-relative path, succeeding if either
finds the sibling.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 8531932 commit 5001399
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
| |||
0 commit comments