We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b5f5d commit eaf4ac8Copy full SHA for eaf4ac8
.github/workflows/linux.yml
@@ -136,8 +136,7 @@ jobs:
136
- 'pgo'
137
- 'pgo+lto'
138
exclude:
139
- # We don't publish noopt builds for GNU Linux.
140
- - triple: 'i686-unknown-linux-gnu'
+ # We don't publish noopt builds for GNU Linux when PGO is available.
141
- triple: 'x86_64-unknown-linux-gnu'
142
optimizations: 'noopt'
143
# PGO doesn't work with musl libc.
0 commit comments