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 d415205 commit 510c965Copy full SHA for 510c965
script/build-git
@@ -5,8 +5,7 @@ DIR="$1"
5
case $(uname -s) in
6
Darwin)
7
brew install zlib
8
- brew link --force curl zlib
9
- CURLDIR="$(curl-config --prefix)"
+ CURLDIR="$(brew --prefix curl)"
10
ZLIBDIR="$(brew --prefix zlib)";;
11
Linux)
12
export DEBIAN_FRONTEND=noninteractive
@@ -46,10 +45,7 @@ sudo make install
46
45
echo "Git version:"
47
git --version --build-options
48
49
-# https://github.com/actions/runner-images/issues/10817 - OpenSSL 1.1.1 on macOS
50
-echo "Git dependencies:"
51
-curl-config --version
52
-pkg-config zlib --libs
+echo "Git library dependencies:"
53
54
55
otool -L "$(git --exec-path)/git-http-fetch";;
0 commit comments