Skip to content

Commit 538dd9d

Browse files
committed
unix: use extended PGO training set
This will run all tests by default.
1 parent 517bea8 commit 538dd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]; then
575575
fi
576576

577577
# Define the base PGO profiling task, which we'll extend below with ignores
578-
export PROFILE_TASK='-m test --pgo'
578+
export PROFILE_TASK='-m test --pgo-extended'
579579

580580
# On 3.14+ `test_strftime_y2k` fails when cross-compiling for `x86_64_v2` and `x86_64_v3` targets on
581581
# Linux, so we ignore it. See https://github.com/python/cpython/issues/128104

0 commit comments

Comments
 (0)