Commit 09a4b9d
authored
Resolve buck earlier (#11451)
### Summary
Since we resolve buck2 later on, it results in the value of buck2 being
empty. It now shows the location:
### Test plan
```
$ cmake --preset pybind && cmake --build cmake-out -j $(sysctl -n hw.ncpu)
-- --- Configured Options ---
-- CMAKE_CXX_STANDARD : 17
-- CMAKE_SYSTEM_PROCESSOR : arm64
-- CMAKE_BUILD_TYPE : Debug
-- PYTHON_EXECUTABLE : /Users/jathu/executorch/.venv/bin/python3
-- BUCK2 : /Users/jathu/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988
```
cc @larryliu08201 parent fbe2e58 commit 09a4b9d
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | | - | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
290 | 294 | | |
291 | 295 | | |
292 | 296 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
| |||
0 commit comments