Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQ…
…tET.rst

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
  • Loading branch information
hroncok and brandtbucher authored Aug 5, 2024
commit 3b491475937a2f703f975f415e79f10d012aec3b
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
The ``regen-jit`` make target is no longer part of ``regen-all`` to avoid various
race conditions when running ``regen-all``.
Fix an issue where the experimental JIT could be built several times by the ``make regen-all`` target, leading to possible race conditions on heavily parallelized builds.