Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] ARROW_FUZZING=ON doesn't find Boost #45396

Closed
kou opened this issue Jan 31, 2025 · 1 comment
Closed

[C++] ARROW_FUZZING=ON doesn't find Boost #45396

kou opened this issue Jan 31, 2025 · 1 comment
Assignees
Milestone

Comments

@kou
Copy link
Member

kou commented Jan 31, 2025

Describe the bug, including details regarding any error messages, version, and platform.

ARROW_FUZZING uses arrow_testing and arrow_testing needs Boost.
But we don't find Boost only with ARROW_FUZZING.

Component(s)

C++

@kou kou added the Type: bug label Jan 31, 2025
kou added a commit to kou/arrow that referenced this issue Jan 31, 2025
kou added a commit that referenced this issue Feb 3, 2025
### 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]>
@kou kou added this to the 20.0.0 milestone Feb 3, 2025
@kou
Copy link
Member Author

kou commented Feb 3, 2025

Issue resolved by pull request 45397
#45397

@kou kou closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant