mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
[macOS] move llvm to toolset (#4457)
This commit is contained in:
8
images/macos/provision/core/llvm.sh
Normal file
8
images/macos/provision/core/llvm.sh
Normal 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"
|
||||
Reference in New Issue
Block a user