Skip to content

Commit 32641ec

Browse files
authored
GH-46067: [CI][C++] Remove system Flatbuffers from macOS (#46105)
### Rationale for this change Flatbuffers statically requires that the version used to generate the prototypes within the code base is the same version used to compile it. A system install of Flatbuffers is therefore highly unlikely to be usable ### What changes are included in this PR? Removed the system install of Flatbuffers on macOS ### Are these changes tested? In CI ### Are there any user-facing changes? No * GitHub Issue: #46067 Authored-by: Will Ayd <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 409a016 commit 32641ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/Brewfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ brew "c-ares"
2424
brew "curl"
2525
brew "ccache"
2626
brew "cmake"
27-
brew "flatbuffers"
2827
brew "git"
2928
brew "glog"
3029
brew "googletest"

0 commit comments

Comments
 (0)