The Makefile target that generates `build-details.json` has an incorrect target so it's re-run for every action. The generated file is in: ``` `cat pybuilddir.txt`/build-details.json ``` For example, on my machine that evaluates to: ``` build/lib.linux-x86_64-3.14/build-details.json ``` https://github.com/python/cpython/blob/61317074d450f72fa121ceb1c7b0c52698a71106/Makefile.pre.in#L939-L940 <!-- gh-linked-prs --> ### Linked PRs * gh-131558 * gh-131761 <!-- /gh-linked-prs -->
The Makefile target that generates
build-details.jsonhas an incorrect target so it's re-run for every action. The generated file is in:For example, on my machine that evaluates to:
cpython/Makefile.pre.in
Lines 939 to 940 in 6131707
Linked PRs
build-details.jsonMakefile target #131558