-
Notifications
You must be signed in to change notification settings - Fork 273
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
Update documentation #1533
Update documentation #1533
Conversation
@@ -258,7 +258,7 @@ Building benchmarks and fuzzers entails the following process: | |||
image. This is the first image in this build process that is defined by the | |||
main FuzzBench code (e.g. not fuzzers, benchmarks, or OSS-Fuzz). Its first | |||
function is to copy the FuzzBench code and install packages needed to run | |||
FuzzBench like Python3.7 For benchmarks that define a `commit` in their | |||
FuzzBench like Python3.10. For benchmarks that define a `commit` in their |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if I understand this sentence:
- The original text said
3.7
. I guess this is a legacy typo, as I thought the currentFuzzBench
requires3.8
at minimum? - Do we really need to install python in
docker/benchmark-builder/Dockerfile
? For example, I remove the python installation indocker/benchmark-builder/Dockerfile
in Upgrade base images, benchmark images, and Python. #1526, and it still seems to be able to buildlibpng-1.2.56
withlibfuzzer
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Yes.
- We should so that there is a consistent python version used throughout the project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, I will add back the python installation steps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in commit Install Python3.10 in BenchmarkBuilder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Though I would have just done this documentation change in the Ubuntu upgrade and python upgrade instead of splitting it out
Good point, thanks! |
Merged into #1526. |
No description provided.