File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 30
30
yum -y update
31
31
yum -y install epel-release
32
32
33
- yum -y install gcc gcc-c++ cmake gengetopt openssl openssl-devel libedit-devel libcurl-devel libusbx-devel pcsc-lite-devel help2man chrpath rpm-build redhat-rpm-config
34
-
35
- yum -y install checksec procps-ng jq file which curl wget glibc
33
+ yum -y install gcc gcc-c++ cmake gengetopt openssl openssl-devel libedit-devel libcurl-devel libusbx-devel
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.27 --depth 1
39
+ mkdir glibc/build
40
+ cd glibc/build
41
+ ./../configure --prefix=/usr
42
+ make
43
+ make install
36
44
37
45
- name : install OpenSSL
38
46
run : |
@@ -42,14 +50,10 @@ jobs:
42
50
./config --prefix=$GITHUB_WORKSPACE/openssl --openssldir=$GITHUB_WORKSPACE/openssl
43
51
make
44
52
make install
45
- ls $GITHUB_WORKSPACE/openssl
46
53
47
54
- name : clone the Yubico/yubihsm-shell repository
48
55
run : |
49
- yum -y install git
50
- git clone https://github.com/Yubico/yubihsm-shell.git
51
- pwd
52
- ls yubihsm-shell
56
+ git clone https://github.com/Yubico/yubihsm-shell.git -b 2.6.0
53
57
54
58
- name : apply environment specific changes to CMakeLists.txt
55
59
working-directory : yubihsm-shell
You can’t perform that action at this time.
0 commit comments