Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Cheptsov <4348897+vit9696@users.noreply.github.com>2023-09-02 22:48:23 +0300
committervit9696 <vit9696@users.noreply.github.com>2023-09-05 08:23:47 +0300
commit18bb3df157f0b553f25d13e9e5f230889ebb412f (patch)
tree7b1c4369bbf1eb552e956c65bc17489f2a14c10f /RELEASE.txt
parente1378a020120c85b9e596cf3fea6ac47d8fbef79 (diff)
Fix race condition in MkdirFunc
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 80419497d..b1e49ff12 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -107,6 +107,8 @@ FIXES
(Enabled/specified by SCONS_CACHE_MSVC_CONFIG).
The existing cache will be discarded if there's a decode error reading it.
It's possible there's a race condition creating this issue it in certain CI builds.
+- Fixed: race condition in `Mkdir` which can happen when two `SConscript`
+ are processed simultaneously by two separate build commands.
IMPROVEMENTS
------------