@@ -24,7 +24,7 @@ if [ ! -f .cw-initialized ]; then
24
24
case " $( uname) " in
25
25
* _NT* )
26
26
pacman --noconfirm --ask 20 --noprogressbar --sync --needed \
27
- mingw-w64-x86_64-{clang,cmake,ninja, jq,python-pefile,rsync,gettext,osslsigncode} \
27
+ mingw-w64-x86_64-{clang,cmake,jq,python-pefile,rsync,gettext,osslsigncode} \
28
28
zip
29
29
[[ " ${CW_CONFIG:- } " = * ' boringssl' * ]] && \
30
30
pacman --noconfirm --ask 20 --noprogressbar --sync --needed \
@@ -44,15 +44,15 @@ if [ ! -f .cw-initialized ]; then
44
44
fi
45
45
# shellcheck disable=SC2086
46
46
apt-get --quiet 2 --option Dpkg::Use-Pty=0 --yes install \
47
- curl git gpg rsync python3-pefile make cmake ninja-build \
47
+ curl git gpg rsync python3-pefile make cmake \
48
48
zip xz-utils time jq secure-delete ${extra}
49
49
elif [ " ${_DISTRO} " = ' alpine' ]; then
50
50
[[ " ${CW_CONFIG:- } " = * ' boringssl' * ]] && extra+=' go nasm'
51
51
if [[ " ${CW_CONFIG:- } " = * ' linux' * ]]; then
52
52
apk add --no-cache checksec-rs --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/
53
53
fi
54
54
# shellcheck disable=SC2086
55
- apk add --no-cache curl git gpg rsync build-base cmake ninja-build \
55
+ apk add --no-cache curl git gpg rsync build-base cmake \
56
56
zip tar xz jq openssl ${extra}
57
57
fi
58
58
;;
@@ -61,7 +61,7 @@ if [ ! -f .cw-initialized ]; then
61
61
[[ " ${CW_CONFIG:- } " = * ' linux' * ]] && extra+=' filosottile/musl-cross/musl-cross'
62
62
# shellcheck disable=SC2086
63
63
brew install \
64
- xz gnu-tar gettext jq ninja ${extra}
64
+ xz gnu-tar gettext jq ${extra}
65
65
;;
66
66
esac
67
67
touch .cw-initialized
0 commit comments