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.
1 parent 35058d4 commit 514ed51Copy full SHA for 514ed51
.github/workflows/build_centos.yml
@@ -34,13 +34,13 @@ jobs:
34
yum -y install pcsc-lite-devel help2man chrpath rpm-build redhat-rpm-config
35
yum -y install checksec procps-ng jq file which curl wget git
36
37
- yum -y install bison make
38
- git clone https://sourceware.org/git/glibc.git -b glibc-2.25 --depth 1
39
- mkdir glibc/build
40
- cd glibc/build
41
- ./../configure --prefix=/usr
42
- make
43
- make install
+# yum -y install bison make
+# git clone https://sourceware.org/git/glibc.git -b glibc-2.25 --depth 1
+# mkdir glibc/build
+# cd glibc/build
+# ./../configure --prefix=/usr
+# make
+# make install
44
45
- name: install OpenSSL
46
run: |
0 commit comments