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

[docs] Add instructions on "pull_images" and "check_build" as per suggestion in #1330. #1404

Merged
merged 3 commits into from
May 18, 2018

Conversation

Dor1s
Copy link
Contributor

@Dor1s Dor1s commented May 8, 2018

No description provided.

@Dor1s
Copy link
Contributor Author

Dor1s commented May 8, 2018

It's been suggested in #1330 (comment)

$ python infra/helper.py pull_images
```

Docker images get regularly updated. In some cases, a particular issue can be
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated with latest version of clang compiler binaries ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not necessary clang binaries, I think, e.g. in case of build checks it was our script used in base-runner image. IIUC, we rebuild and update base images once a day, even if nothing has changed for them.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes then then add as example

updated with X, Y, etc to give some useful context on why it is done.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also pull images can be moved into its own section at start, just to do it for everything, upto you.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done and Done!

@@ -56,6 +65,14 @@ $ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_pa
```

This is essentially the previous command that additionally mounts local sources into the running container.

- *Reproduce bad build error:*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to its own big section at end like "# Reproducing OSS-Fuzz issues"
as
"# Reproducing OSS-Fuzz bad build failures".

this is not the right place, this content is for oss-fuzz issues in issue tracker. Also, would need to repeat the pull docker image section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Should we move "pull_images" into a separate section as well?

@Dor1s
Copy link
Contributor Author

Dor1s commented May 18, 2018

:( looks like it got some weird conflicts due to @oliverchang changes, I'll try to clean up

@Dor1s Dor1s deleted the doc branch May 18, 2018 21:45
tmatth pushed a commit to tmatth/oss-fuzz that referenced this pull request Oct 22, 2018
…gestion in google#1330. (google#1404)

* [docs] Add instructions on "pull_images" and "check_build" as per suggestion in google#1330.

* Address review feedback

* fix a typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants