Skip to content

Commit

Permalink
Set TEMPLATE rule to install_pool for the Ninja tool
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Dec 17, 2024
1 parent 7e70985 commit 45d04e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
introduced in Python 3.12.8/3.13.1.

From Adam Scott:
- Changed the TEMPLATE rule of the Ninja tool to use the `install_pool`
instead of `local_pool` in order to curb some race conditions.
- Changed Ninja's TEMPLATE rule pool to use `install_pool` instead of
`local_pool`, hoping it will fix a race condition that can occurs when
Ninja defers to SCons to build.


RELEASE 4.8.1 - Tue, 03 Sep 2024 17:22:20 -0700
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ FIXES
- Minor modernization: make use of stat object's st_mode, st_mtime
and other attributes rather than indexing into stat return.

- Ninja's TEMPLATE rule pool changed from `local_pool` to `install_pool``
hoping it will fix a race condition that can occurs when Ninja defers
to SCons to build.


IMPROVEMENTS
------------
Expand Down

0 comments on commit 45d04e2

Please sign in to comment.