Skip to content

Commit 1128199

Browse files
committed
ci: enable PGO on x86-64-v4
The GitHub Actions x86-64 runners are using ancient Azure instances that lack AVX-512. As a result we can't run x86-64-v4 binaries. We recently adopted custom runners. Let's see if they support AVS-512 and enable PGO if they do.
1 parent 9122def commit 1128199

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci-targets.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,11 @@ linux:
218218
- "3.14"
219219
build_options:
220220
- debug
221-
- noopt
222-
- lto
221+
- pgo+lto
223222
build_options_conditional:
224223
- options:
225224
- freethreaded+debug
226-
- freethreaded+noopt
227-
- freethreaded+lto
225+
- freethreaded+pgo+lto
228226
minimum-python-version: "3.13"
229227

230228
x86_64-unknown-linux-musl:

0 commit comments

Comments
 (0)