Skip to content

Commit

Permalink
ci: workaround for centos 7 eol
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufede committed Jul 2, 2024
1 parent 9c9b5a7 commit bbcb312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_python_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
fi
CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
CIBW_BEFORE_ALL_MACOS: rustup target add aarch64-apple-darwin
CIBW_BEFORE_BUILD_LINUX: >
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo; sed -i s/^#._baseurl=http/baseurl=http/g /etc/yum.repos.d/_.repo; yum -y install flex bison cmake
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
mkdir ./tempwheelhouse &&
Expand Down

0 comments on commit bbcb312

Please sign in to comment.