Commit 8a26423
authored
Fix wheel builds for i686 Linux (#13967)
In the 1.4.1 release the i686 linux wheel builds failed because the
recent release of rustup 1.28.0 and 1.28.1 added a runtime dependency on
libatomic to download and install the rust compiler. The i686 manylinux
container we run the wheel builds in didn't contain this library so
rustup errored and crashed the build. This commit fixes this issue by
installing libatomic prior to running rustup. This fix was used in a
throwaway branch to push out the 1.4.1 release on PyPI, but this fixes
it for real for when we publish 1.4.2.1 parent ab5640d commit 8a26423
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
0 commit comments