Skip to content

Commit 8c9d174

Browse files
hroncokmerwok
andauthored
GH-118943: Remove regen-jit from the regen-all make target (GH-122602)
Co-authored-by: Éric <[email protected]>
1 parent aab18f4 commit 8c9d174

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
@@ -1667,7 +1667,7 @@ regen-unicodedata:
16671667
regen-all: regen-cases regen-typeslots \
16681668
regen-token regen-ast regen-keyword regen-sre regen-frozen \
16691669
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
1670-
regen-test-levenshtein regen-global-objects regen-jit
1670+
regen-test-levenshtein regen-global-objects
16711671
@echo
16721672
@echo "Note: make regen-stdlib-module-names, make regen-limited-abi, "
16731673
@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)