Skip to content

Commit

Permalink
Remove glibc building
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 29, 2024
1 parent 35058d4 commit 514ed51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
yum -y install pcsc-lite-devel help2man chrpath rpm-build redhat-rpm-config
yum -y install checksec procps-ng jq file which curl wget git
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
# 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

- name: install OpenSSL
run: |
Expand Down

0 comments on commit 514ed51

Please sign in to comment.