You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
We need `arrow_testing` for `ARROW_FUZZING`. And `arrow_testing` needs Boost.
### What changes are included in this PR?
Use Boost with `ARROW_FUZZING`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45396
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
ARROW_FUZZING
usesarrow_testing
andarrow_testing
needs Boost.But we don't find Boost only with
ARROW_FUZZING
.Component(s)
C++
The text was updated successfully, but these errors were encountered: