Skip to content

Commit eaf4ac8

Browse files
committed
ci: build i686-unknown-linux-gnu distributions
These were all being filtered out after PGO was removed.
1 parent 56b5f5d commit eaf4ac8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ jobs:
136136
- 'pgo'
137137
- 'pgo+lto'
138138
exclude:
139-
# We don't publish noopt builds for GNU Linux.
140-
- triple: 'i686-unknown-linux-gnu'
139+
# We don't publish noopt builds for GNU Linux when PGO is available.
141140
- triple: 'x86_64-unknown-linux-gnu'
142141
optimizations: 'noopt'
143142
# PGO doesn't work with musl libc.

0 commit comments

Comments
 (0)