Skip to content

Commit

Permalink
ci: Install cargo on linux
Browse files Browse the repository at this point in the history
for python rust extensions
  • Loading branch information
Synss committed Oct 3, 2023
1 parent a023c48 commit b11ae73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ test-command = "pytest {project}/tests"

[tool.cibuildwheel.linux]
before-all = [
"command -v apt-get > /dev/null && apt-get install -y cargo",
"command -v yum > /dev/null && yum install -y cargo",
"command -v apk > /dev/null && apk add cargo",
"./scripts/download-mbedtls.sh $VERSION ~/.local/src",
"./scripts/install-mbedtls.sh ~/.local/src",
]
Expand Down

0 comments on commit b11ae73

Please sign in to comment.