CONTRIBUTING: note uv tool install cmake as the local workaround

This commit is contained in:
alex 2026-09-08 09:07:47 -04:00
parent aae2369a47
commit db0065f8c5

View file

@ -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
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.