uv/crates/uv-build-frontend
Charlie Marsh 743260b1f5
Make project and interpreter lock acquisition non-fatal (#14404)
## Summary

If we fail to acquire a lock on an environment, uv shouldn't fail; we
should just warn. In some cases, users run uv with read-only permissions
for their projects, etc.

For now, I kept any locks acquired _in the cache_ as hard failures,
since we always need write-access to the cache.

Closes https://github.com/astral-sh/uv/issues/14411.
2025-07-02 14:03:43 -04:00
..
src Make project and interpreter lock acquisition non-fatal (#14404) 2025-07-02 14:03:43 -04:00
.gitignore Rename uv-build to uv-build-frontend (#7688) 2024-09-25 14:17:54 -04:00
Cargo.toml Lock the source tree when running setuptools, to protect concurrent builds 2025-06-26 12:28:15 -07:00