-
Notifications
You must be signed in to change notification settings - Fork 590
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve uv dependency install reliability with an atomic success…
… file * Revert solution with Mutex * Implement valid.windmill logic * Remove unused import * valid.windmill -> .valid.windmill Just like .lock * Dont delete wheels if cancelled/failed Now we dont clean up requirement folder if it was failed. This way we can fully utilize uv's flock system. Also if we left wheel dir, but it was partially filled (resulting to invalid wheel) we use --reinstall flag in order to overwrite any content of wheels * Add comment * Add --reinstall to nsjail
- Loading branch information
Showing
2 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters