[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

@@ -30,19 +30,12 @@ Describe "SwiftFormat" -Skip:($os.IsMonterey) {
}
}
Describe "GnuPG" -Skip:($os.IsMonterey) {
It "GnuPG" {
"gpg --version" | Should -ReturnZeroExitCode
}
}
Describe "Clang/LLVM" -Skip:($os.IsMonterey) {
It "Clang/LLVM is installed" {
"$(brew --prefix llvm)/bin/clang --version" | Should -ReturnZeroExitCode
}
}
Describe "zstd" {
It "zstd" {
"zstd --version" | Should -ReturnZeroExitCode