diff options
| author | Florian "sp1rit" <sp1rit@disroot.org> | 2024-11-01 13:57:55 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-06-03 15:43:58 +0300 |
| commit | 98b1980b5359672e03bc4296af7528b2fce88d49 (patch) | |
| tree | 530df6436853de2e54c29973364b0decfc5a6d36 /.gitignore | |
| parent | 4a14c4faf93361832ecb0134e1c0f58a239b4f15 (diff) | |
| download | meson-98b1980b5359672e03bc4296af7528b2fce88d49.tar.gz | |
wrap: Lock subproject directory when downloading wraps
To avoid raceconditions, where one instance of meson currently downloads
a subproject defined in a wrapfile, while another either
a. starts the download itself too
b. attemts to evaluate the partially downloaded subproject
wraplock introduces a lockfile, which should prevent simultaneous access
of subprojects by wrap between different instances of meson.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8ff5e7869..e04aa0dad 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ __pycache__ *~ *.swp packagecache +.wraplock /MANIFEST /build /dist |
