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

Set PROJECT_NAME env and update download_corpora_step() #7873

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

Navidem
Copy link
Contributor

@Navidem Navidem commented Jun 16, 2022

@Navidem
Copy link
Contributor Author

Navidem commented Jun 16, 2022

/gcbrun trial_build.py skcms --sanitizer address --fuzzing-engine libfuzzer

@Navidem Navidem enabled auto-merge (squash) June 16, 2022 01:59
@Navidem Navidem merged commit 8988e2b into master Jun 16, 2022
@Navidem Navidem deleted the fix_introspector_build branch June 16, 2022 02:19
Copy link
Contributor

@jonathanmetzman jonathanmetzman left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -111,8 +111,7 @@ def get_build_steps( # pylint: disable=too-many-locals, too-many-arguments
env = build_project.get_env(project.fuzzing_language, build)
build_steps.append(
build_project.get_compile_step(project, build, env, config.parallel))
download_corpora_steps = build_lib.download_corpora_steps(
project.name, testing=config.testing)
download_corpora_steps = build_lib.download_corpora_steps(project.name)
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah was this code broken when I committed it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I got this failing when trying to run build_and_run_coverage.py locally.

MartinPetkov pushed a commit to MartinPetkov/oss-fuzz that referenced this pull request Aug 15, 2022
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.

3 participants