-
-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Feature or enhancement
Proposal:
We currently don't have any build bot coverage that tests PGO on Windows. This means we land code that breaks the Windows release build not all that infrequently (examples over the last 12 months: python/cpython#113655, python/cpython#125217, python/cpython#123153, python/cpython#122921).
It would be nice to add this to existing buildbots, but I know our Windows buildbots are few, and PGO builds are time consuming. Cc'ing the Windows buildbot owners for discussion: @ambv, @itamaro, @db3l.
As an aside, there is plenty of PGO coverage on the Linux buildbots, but that's largely irrelevant to the problem as it's an entirely different compiler toolchain. There is no PGO coverage on macOS either, but I have never seen that break -- if we want that for completeness, I suggest we file another issue to track that.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response