Skip to content

Commit 3d6225f

Browse files
committed
Revert to working state
1 parent 5a24037 commit 3d6225f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/build_centos.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@ jobs:
3232
3333
yum -y install gcc gcc-c++ cmake gengetopt openssl openssl-devel libedit-devel libcurl-devel libusbx-devel
3434
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 glibc
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
35+
yum -y install checksec procps-ng jq file which curl wget glibc
4436
4537
- name: install OpenSSL
4638
run: |
@@ -53,7 +45,8 @@ jobs:
5345
5446
- name: clone the Yubico/yubihsm-shell repository
5547
run: |
56-
git clone https://github.com/Yubico/yubihsm-shell.git -b 2.6.0
48+
yum -y install git
49+
git clone https://github.com/Yubico/yubihsm-shell.git
5750
5851
- name: apply environment specific changes to CMakeLists.txt
5952
working-directory: yubihsm-shell

0 commit comments

Comments
 (0)