This is an automated email from the ASF dual-hosted git repository. assignuser pushed a commit to branch release-20.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 45e3409fed3f9bb6eaa01f964a20490fd1fee887 Author: William Ayd <[email protected]> AuthorDate: Thu Apr 10 22:49:46 2025 -0400 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]> --- cpp/Brewfile | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/Brewfile b/cpp/Brewfile index 01d7b36246..4c42607568 100644 --- a/cpp/Brewfile +++ b/cpp/Brewfile @@ -24,7 +24,6 @@ brew "c-ares" brew "curl" brew "ccache" brew "cmake" -brew "flatbuffers" brew "git" brew "glog" brew "googletest"
