From d35a61dc9039eab40a78c935dd053504c5320384 Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Sat, 19 Aug 2023 17:25:48 -0700 Subject: [PATCH] build: remove specific tooling that breaks s390x --- pyproject.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be7303d7fd..ff3b831c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"