We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a688c1 commit b176ac1Copy full SHA for b176ac1
_ci-mac-homebrew.sh
@@ -8,7 +8,7 @@ set -o xtrace -o errexit -o nounset; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o p
8
9
extra=''
10
[[ "${CW_CONFIG:-}" = *'boringssl'* ]] && extra+=' go'
11
-if [[ "${CW_CONFIG:-}" != *'mac'* ]] || [[ "${CW_CONFIG:-}" != *'gcc'* ]]; then
+if [[ "${CW_CONFIG:-}" != *'mac'* ]] || [[ "${CW_CONFIG:-}" = *'llvm'* ]]; then
12
extra+=' llvm lld'
13
fi
14
0 commit comments