Skip to content

Commit 862bead

Browse files
miss-islingtonhroncokmerwok
authored
[3.13] GH-118943: Remove regen-jit from the regen-all make target (GH-122840)
cherry picked from commit 8c9d174) Co-authored-by: Miro Hrončok <[email protected]> Co-authored-by: Éric <[email protected]>
1 parent 27a5292 commit 862bead

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ regen-unicodedata:
16631663
regen-all: regen-cases regen-typeslots \
16641664
regen-token regen-ast regen-keyword regen-sre regen-frozen \
16651665
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
1666-
regen-test-levenshtein regen-global-objects regen-jit
1666+
regen-test-levenshtein regen-global-objects
16671667
@echo
16681668
@echo "Note: make regen-stdlib-module-names, make regen-limited-abi, "
16691669
@echo "make regen-configure, make regen-sbom, and make regen-unicodedata should be run manually"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
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.

0 commit comments

Comments
 (0)