PyO3 / maturin-action

GitHub Action to install and run a custom maturin command with built-in support for cross compilation
MIT License
132 stars 37 forks source link

Build on x86 fails with missing library #283

Closed FlareFlo closed 3 months ago

FlareFlo commented 3 months ago

Building in Github CI fails with /root/.rustup/toolchains/nightly-i686-unknown-linux-gnu/bin/cargo: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory An example workflow of mine is linked here. Omitting these targets (arbitrarily) resolved the issue. The failing workflow file with command used.

messense commented 3 months ago

Seems like a regression in cargo, please report to cargo instead.

See https://github.com/rust-lang/cargo/issues/13546

FlareFlo commented 3 months ago

Thanks! I will follow along with said issue then