Skip to content

Commit

Permalink
build: remove specific tooling that breaks s390x (#2725)
Browse files Browse the repository at this point in the history
#2230 will drop `s390x` wheels, but for now they should still work. Add
this config later in that PR.
  • Loading branch information
luizirber committed Aug 20, 2023
1 parent 8cc903a commit 777c252
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,6 @@ build-verbosity = 3
CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
PATH="$HOME/.cargo/bin:$PATH"

[tool.cibuildwheel.linux]
before-all = [
"curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=stable",
"cargo update --dry-run",
"if [ -f /etc/system-release ]; then yum -y install centos-release-scl; fi",
"if [ -f /etc/system-release ]; then yum -y install llvm-toolset-7.0; fi",
]
before-build = [
"if [ -f /etc/system-release ]; then source scl_source enable llvm-toolset-7.0; fi",
"if [ -f /etc/system-release ]; then source scl_source enable devtoolset-10; fi",
]
[tool.cibuildwheel.linux.environment]
CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
PATH="$HOME/.cargo/bin:$PATH"
Expand Down

0 comments on commit 777c252

Please sign in to comment.