Skip to content

Commit

Permalink
Specify llvm@14 (#2195)
Browse files Browse the repository at this point in the history
This should be temporary while trying to diagnose why llvm@15 fails.
  • Loading branch information
jonmeow authored Sep 19, 2022
1 parent 69d4363 commit 7e4e73b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ jobs:
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
# Use llvm@14 because llvm (15) has sanitizer issues.
run: |
echo '*** Updating brew'
brew update
echo '*** Installing LLVM deps'
brew install --force-bottle --only-dependencies llvm
brew install --force-bottle --only-dependencies llvm@14
echo '*** Installing LLVM itself'
brew install --force-bottle --force --verbose llvm
brew install --force-bottle --force --verbose llvm@14
echo '*** brew info llvm'
brew info llvm
echo '*** brew config'
Expand Down

0 comments on commit 7e4e73b

Please sign in to comment.