Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ brew "flatbuffers"
brew "git"
brew "glog"
brew "grpc"
brew "llvm"
brew "llvm@8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need LLVM 8 for Clang Tools such as clang-tidy.

Copy link
Member Author

@kszucs kszucs Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kou how about separating a Brewfile required for CI and one for local development?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's OK to me.
But I'm not sure we can maintain both of them.

brew "llvm@9"
brew "lz4"
brew "minio"
brew "ninja"
Expand Down