We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2542810 + b93342a commit 50ec332Copy full SHA for 50ec332
.github/scripts/install_centos_dependencies_build.sh
@@ -29,15 +29,15 @@ yum install -y libffi-devel
29
yum install -y git
30
yum install -y graphviz
31
yum install -y pkgconfig
32
-yum install -y python3
+yum install -y python3-devel
33
yum install -y boost-system
34
yum install -y boost-python
35
yum install -y boost-filesystem
36
yum install -y zlib-devel
37
yum install http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm
38
yum install -y ninja-build
39
yum install -y wget
40
-yum install -y openssl-devel
+yum install -y openssl-devel
41
yum install -y java-11-openjdk-devel
42
43
pip3 install orderedmultidict
0 commit comments