[macOS] move llvm to toolset (#4457)

This commit is contained in:
Mikhail Koliada
2021-11-11 11:23:05 +03:00
committed by GitHub
parent fef060bec8
commit 9ebc095c4a
9 changed files with 29 additions and 12 deletions

View File

@@ -2,8 +2,8 @@
source ~/utils/utils.sh
# Monterey needs future review:
# Llvm, aliyun-cli, gnupg, helm have issues with building from the source code.
# Added gmp for now, because toolcache ruby needs its libs. Remove it when php starts to build from source code.
# aliyun-cli, gnupg, helm have issues with building from the source code.
# Added gmp for now, because toolcache ruby needs its libs. Remove it when php starts to build from source code.
common_packages=$(get_toolset_value '.brew.common_packages[]')
for package in $common_packages; do
echo "Installing $package..."