Skip to content

Commit

Permalink
Conditionally modify YUM repositories for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaevIlya committed Jul 30, 2024
1 parent b40ab8b commit 1c01552
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions s3torchconnectorclient/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,12 @@ skip = "*musllinux* *i686"
[tool.cibuildwheel.linux]
before-all = [
"curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y",
"yum install -y epel-release centos-release-scl",
"bash -c 'platform=$(uname -p); if [ \"$platform\" == \"aarch64\" ]; then sed -i \"s|centos/7|altarch/7|g\" /etc/yum.repos.d/*.repo; fi'",
"yum install -y fuse",
"yum install -y fuse-devel",
"yum install -y make",
"yum install -y cmake3",
"yum install -y git",
"yum install -y pkgconfig",
"yum install -y dpkg",
"yum install -y fakeroot",
"yum install -y rpmdevtools",
"yum install -y tar",
"yum install -y wget",
"yum install -y devtoolset-10-gcc",
Expand Down

0 comments on commit 1c01552

Please sign in to comment.