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

boost: Use latest builder #12177

Merged
merged 2 commits into from
Jul 25, 2024
Merged

boost: Use latest builder #12177

merged 2 commits into from
Jul 25, 2024

Conversation

maflcko
Copy link
Contributor

@maflcko maflcko commented Jul 9, 2024

Copy link

github-actions bot commented Jul 9, 2024

maflcko has previously contributed to projects/boost. The previous PR was #11714

@maflcko maflcko marked this pull request as draft July 9, 2024 13:31
@maflcko
Copy link
Contributor Author

maflcko commented Jul 15, 2024

@tyler92 Maybe you can help here?

@tyler92
Copy link
Contributor

tyler92 commented Jul 15, 2024

Hi @maflcko

I'm not a boost maintainer, but I think you can use the same approach I used in #12109 (by the way, I'm waiting for a response there) to build boost:

./bootstrap.sh --with-toolset=clang

echo "using clang : ossfuzz : $CXX : <compileflags>\"$CXXFLAGS\" <linkflags>\"$CXXFLAGS\" <linkflags>\"${LIB_FUZZING_ENGINE}\" ;" >user-config.jam

./b2 --user-config=user-config.jam --toolset=clang-ossfuzz link=static --with-headers --with-graph --with-filesystem --with-program_options headers stage;

I tried this with your branch and at least infra/helper.py build_image / build_fuzzers / run_fuzzer works well.

@maflcko maflcko marked this pull request as ready for review July 16, 2024 09:15
@maflcko
Copy link
Contributor Author

maflcko commented Jul 16, 2024

Thanks, pushed your fix.

@DavidKorczynski DavidKorczynski merged commit e2679bd into google:master Jul 25, 2024
15 checks passed
@maflcko maflcko deleted the 2407-boost branch July 25, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants