CONTRIBUTING: note uv tool install cmake as the local workaround
This commit is contained in:
parent
aae2369a47
commit
db0065f8c5
1 changed files with 3 additions and 0 deletions
|
|
@ -24,3 +24,6 @@ uv run --with cmake --with ninja cmake --preset host -DPython3_EXECUTABLE=/usr/b
|
||||||
|
|
||||||
Pass `-DPython3_EXECUTABLE=/usr/bin/python3` explicitly — without it the fixture step
|
Pass `-DPython3_EXECUTABLE=/usr/bin/python3` explicitly — without it the fixture step
|
||||||
captures uv's ephemeral interpreter, which disappears after the run.
|
captures uv's ephemeral interpreter, which disappears after the run.
|
||||||
|
|
||||||
|
Two lanes independently hit the CMake floor, so to be explicit: if you do not want to build on
|
||||||
|
CT111, `uv tool install cmake` puts a current CMake on `~/.local/bin` and works for the host preset.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue