This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 32641ecfd9 GH-46067: [CI][C++] Remove system Flatbuffers from macOS
(#46105)
32641ecfd9 is described below
commit 32641ecfd97e302ea8119b1147d77aced96d097b
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"