Skip to content

Commit 4eadc18

Browse files
committed
fix: do not install gnutls for macos arm
1 parent 369804a commit 4eadc18

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

script/macos-arm-deps.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
#! Based on https://github.com/Homebrew/discussions/discussions/2843#discussioncomment-2243610
66

77
bottle_tag="arm64_big_sur" # Macos 11 is big sure
8-
dependencies="libsodium gnutls"
8+
dependencies="libsodium"
99

1010
mkdir -p ~/arm-target/bin
1111
mkdir -p ~/arm-target/brew-cache
@@ -39,13 +39,3 @@ cd "$PREV_PWD"
3939
# libsodium
4040
export PATH="$HOME/arm-target/Cellar/libsodium/1.0.18_1/lib:$PATH"
4141
export PKG_CONFIG_PATH="$HOME/arm-target/Cellar/libsodium/1.0.18_1/lib:$PKG_CONFIG_PATH"
42-
43-
# gnutils
44-
export GUILE_TLS_CERTIFICATE_DIRECTORY=/Users/runner/arm-target/etc/gnutls/
45-
export PATH="$HOME/arm-target/opt/gnu-sed/libexec/gnubin:$PATH"
46-
export PATH="$HOME/arm-target/opt/m4/bin:$PATH"
47-
export LDFLAGS="-L$HOME/arm-target/opt/readline/lib $LDFLAGS"
48-
export CPPFLAGS="-I$HOME/arm-target/opt/readline/include $CPPFLAGS"
49-
export PKG_CONFIG_PATH="$HOME/arm-target/opt/readline/lib/pkgconfig:$PKG_CONFIG_PATH"
50-
export PKG_CONFIG_PATH="$HOME/arm-target/opt/[email protected]/lib/pkgconfig:$PKG_CONFIG_PATH"
51-
export PKG_CONFIG_PATH="$HOME/arm-target/opt/readline/lib/pkgconfig:$PKG_CONFIG_PATH"

0 commit comments

Comments
 (0)