Skip to content

Commit a43190d

Browse files
committed
ci: disable PGO on iPhone Simulator builds
We can't run the binaries outside the simulator. PGO might be possible but I don't want to go down that rabbit hole at the moment.
1 parent d298f9e commit a43190d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/apple.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ jobs:
152152
optimizations: 'noopt'
153153
- triple: 'x86_64-apple-ios'
154154
optimizations: 'noopt'
155+
- triple: 'x86_64-apple-ios'
156+
optimizations: 'pgo'
157+
- triple: 'x86_64-apple-ios'
158+
optimizations: 'pgo+lto'
155159
needs:
156160
- pythonbuild
157161
- toolchain

0 commit comments

Comments
 (0)