Browse Source

Install libatomic - necessary for rustup (#1507)

Jelmer Vernooij 2 weeks ago
parent
commit
401c1a414d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -113,6 +113,7 @@ before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf
 [tool.cibuildwheel.linux]
 skip = "*-musllinux_*"
 archs = ["auto", "aarch64"]
+before-build = "pip install -U setuptools-rust && yum -y install libatomic && curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y && rustup show"
 
 [tool.cibuildwheel.macos]
 archs = ["auto", "universal2", "x86_64", "arm64"]