[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

@@ -0,0 +1,8 @@
#!/bin/bash -e -o pipefail
source ~/utils/utils.sh
llvmVersion=$(get_toolset_value '.llvm.version')
brew_smart_install "llvm@${llvmVersion}"
invoke_tests "LLVM"