From 3d6225f07d045f99d114bcd996a778f27b4902c8 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Sun, 29 Sep 2024 02:19:39 +0200 Subject: [PATCH] Revert to working state --- .github/workflows/build_centos.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_centos.yml b/.github/workflows/build_centos.yml index 37a5cf1f..1392bfb1 100644 --- a/.github/workflows/build_centos.yml +++ b/.github/workflows/build_centos.yml @@ -32,15 +32,7 @@ jobs: yum -y install gcc gcc-c++ cmake gengetopt openssl openssl-devel libedit-devel libcurl-devel libusbx-devel 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 glibc - -# 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 checksec procps-ng jq file which curl wget glibc - name: install OpenSSL run: | @@ -53,7 +45,8 @@ jobs: - name: clone the Yubico/yubihsm-shell repository run: | - git clone https://github.com/Yubico/yubihsm-shell.git -b 2.6.0 + yum -y install git + git clone https://github.com/Yubico/yubihsm-shell.git - name: apply environment specific changes to CMakeLists.txt working-directory: yubihsm-shell