We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517bea8 commit 538dd9dCopy full SHA for 538dd9d
1 file changed
cpython-unix/build-cpython.sh
@@ -575,7 +575,7 @@ if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]; then
575
fi
576
577
# Define the base PGO profiling task, which we'll extend below with ignores
578
-export PROFILE_TASK='-m test --pgo'
+export PROFILE_TASK='-m test --pgo-extended'
579
580
# On 3.14+ `test_strftime_y2k` fails when cross-compiling for `x86_64_v2` and `x86_64_v3` targets on
581
# Linux, so we ignore it. See https://github.com/python/cpython/issues/128104
0 commit comments