We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a312f65 commit 6a80b2eCopy full SHA for 6a80b2e
docker/build_scripts/install-git-lfs.sh
@@ -35,7 +35,9 @@ curl -fsSLo "${GIT_LFS_SHA256}" "https://github.com/git-lfs/git-lfs/releases/dow
35
curl -fsSLo "${GIT_LFS_ARCHIVE}" "https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/${GIT_LFS_ARCHIVE}"
36
37
gpg -d "${GIT_LFS_SHA256}" | grep "${GIT_LFS_ARCHIVE}" | sha256sum -c
38
-gpgconf --kill gpg-agent
+if [ "${AUDITWHEEL_POLICY}" != "manylinux2014" ]; then
39
+ gpgconf --kill gpg-agent
40
+fi
41
42
mkdir git-lfs
43
tar -C git-lfs -xf "${GIT_LFS_ARCHIVE}" --strip-components 1
0 commit comments