@@ -77,29 +77,20 @@ skip = "*musllinux* *i686"
7777
7878[tool .cibuildwheel .linux ]
7979before-all = [
80- " yum -y update" ,
81- " yum -y install openssl3 openssl3-devel" ,
82- " yum install -y gcc-toolset-10-gcc" ,
83- " yum install -y gcc-toolset-10-gcc-c++" ,
84- " yum install -y clang clang-devel llvm-toolset" ,
85-
86- " curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y" ,
87- " bash -c 'platform=$(uname -p); if [ \" $platform\" == \" aarch64\" ]; then sed -i \" s|centos/7|altarch/7|g\" /etc/yum.repos.d/*.repo; fi'" ,
88-
89- " yum install -y fuse" ,
90- " yum install -y fuse-devel" ,
91- " yum install -y make" ,
92- " yum install -y git" ,
93- " yum install -y pkgconfig" ,
94- " yum install -y tar" ,
95- " yum install -y wget"
80+ " curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y" ,
81+ " bash -c 'platform=$(uname -p); if [ \" $platform\" == \" aarch64\" ]; then sed -i \" s|centos/7|altarch/7|g\" /etc/yum.repos.d/*.repo; fi'" ,
82+ " yum install -y fuse" ,
83+ " yum install -y fuse-devel" ,
84+ " yum install -y make" ,
85+ " yum install -y git" ,
86+ " yum install -y pkgconfig" ,
87+ " yum install -y tar" ,
88+ " yum install -y wget" ,
89+ " yum install -y devtoolset-10-gcc" ,
90+ " yum install -y devtoolset-10-gcc-c++" ,
91+ " yum install -y llvm-toolset-7.0-clang"
9692]
97-
98- [tool .cibuildwheel .linux .environment ]
99- PATH = " /usr/lib64/ccache:/usr/lib64/llvm:/opt/rh/gcc-toolset-10/root/usr/bin:$HOME/.cargo/bin:$PATH"
100- LD_LIBRARY_PATH = " /usr/lib64/llvm:/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:$LD_LIBRARY_PATH"
101- CC = " /opt/rh/gcc-toolset-10/root/usr/bin/gcc"
102- CXX = " /opt/rh/gcc-toolset-10/root/usr/bin/g++"
93+ environment = { PATH =" /opt/rh/llvm-toolset-7.0/root/usr/bin:/opt/rh/devtoolset-10/root/usr/bin:$HOME/.cargo/bin:$PATH" , LD_LIBRARY_PATH =" /opt/rh/llvm-toolset-7.0/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib" , CC =" /opt/rh/devtoolset-10/root/usr/bin/gcc" , CXX =" /opt/rh/devtoolset-10/root/usr/bin/g++" }
10394
10495[tool .cibuildwheel .macos ]
10596environment = { MACOSX_DEPLOYMENT_TARGET = " 10.12" }
0 commit comments