Skip to content

Commit

Permalink
[ci] Install llvm for FileCheck.
Browse files Browse the repository at this point in the history
Some packages of llvm do not ship FileCheck, in the past we used the package
llvm@10 which had it but now the package is not there anymore.

This patch resorts to the current version of llvm and expects FileCheck to be
present.
  • Loading branch information
vgvassilev committed Jul 15, 2022
1 parent 84bf021 commit 85de6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ jobs:
- name: Setup LLVM/Clang on macOS
if: runner.os == 'macOS'
run: |
brew install llvm
# Update openssl on osx because the current one is deprecated by python.
curl -L https://bootstrap.pypa.io/get-pip.py | sudo python3
echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH
Expand Down

0 comments on commit 85de6e4

Please sign in to comment.