File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 32
32
33
33
yum -y install gcc gcc-c++ cmake gengetopt openssl openssl-devel libedit-devel libcurl-devel libusbx-devel
34
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 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
44
36
45
37
- name : install OpenSSL
46
38
run : |
53
45
54
46
- name : clone the Yubico/yubihsm-shell repository
55
47
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
57
50
58
51
- name : apply environment specific changes to CMakeLists.txt
59
52
working-directory : yubihsm-shell
You can’t perform that action at this time.
0 commit comments