File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ curl -fsSLo "${GIT_LFS_SHA256}" "https://github.com/git-lfs/git-lfs/releases/dow
3535curl -fsSLo " ${GIT_LFS_ARCHIVE} " " https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION} /${GIT_LFS_ARCHIVE} "
3636
3737gpg -d " ${GIT_LFS_SHA256} " | grep " ${GIT_LFS_ARCHIVE} " | sha256sum -c
38+ gpgconf --kill gpg-agent
3839
3940mkdir git-lfs
4041tar -C git-lfs -xf " ${GIT_LFS_ARCHIVE} " --strip-components 1
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ]; then
117117 fi
118118 fixup-mirrors
119119elif [ " ${OS_ID_LIKE} " == " rhel" ]; then
120- BASE_TOOLS+=(glibc-locale-source glibc-langpack-en gzip hardlink hostname libcurl libnsl libxcrypt which)
120+ BASE_TOOLS+=(glibc-locale-source glibc-langpack-en gnupg2 gzip hardlink hostname libcurl libnsl libxcrypt which)
121121 echo " tsflags=nodocs" >> /etc/dnf/dnf.conf
122122 dnf -y upgrade
123123 EPEL=epel-release
You can’t perform that action at this time.
0 commit comments