Skip to content

Commit

Permalink
Merge pull request #815 from os-fpga/ci_patch
Browse files Browse the repository at this point in the history
Update install_centos_dependencies_build.sh to python3-devel
  • Loading branch information
NadeemYaseen authored Nov 2, 2024
2 parents 2542810 + b93342a commit 50ec332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/install_centos_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ yum install -y libffi-devel
yum install -y git
yum install -y graphviz
yum install -y pkgconfig
yum install -y python3
yum install -y python3-devel
yum install -y boost-system
yum install -y boost-python
yum install -y boost-filesystem
yum install -y zlib-devel
yum install http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm
yum install -y ninja-build
yum install -y wget
yum install -y openssl-devel
yum install -y openssl-devel
yum install -y java-11-openjdk-devel

pip3 install orderedmultidict
Expand Down

0 comments on commit 50ec332

Please sign in to comment.