Skip to content

Commit 2925ede

Browse files
committed
ci: disable PGO builds for i686-unknown-linux-gnu
We're missing the libclang_rt.profile-i386 library to link in for PGO profiling.
1 parent a228ee1 commit 2925ede

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ jobs:
145145
optimizations: 'pgo'
146146
- triple: 'x86_64-unknown-linux-musl'
147147
optimizations: 'pgo+lto'
148+
# PGO doesn't work with cross-compiled builds.
149+
- triple: 'i686-unknown-linux-gnu'
150+
optimizations: 'pgo'
151+
- triple: 'i686-unknown-linux-gnu'
152+
optimizations: 'pgo+lto'
148153

149154
needs:
150155
- pythonbuild

0 commit comments

Comments
 (0)