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

Reapply "Save docker images for C/C++" (#12876) #12937

Merged
merged 6 commits into from
Jan 19, 2025
Merged

Reapply "Save docker images for C/C++" (#12876) #12937

merged 6 commits into from
Jan 19, 2025

Conversation

jonathanmetzman
Copy link
Contributor

This reverts commit be6c929.

args.extend(['--tag', image_name])

step = {
'name': DOCKER_TOOL_IMAGE,
'args': args,
'dir': directory,
'id': f'build-{get_unique_build_step_image_id()}',
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you add a comment to explain what this is needed for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This awful bit of code (awful because the tests make it awful, because I need to change 5 or 6 3000 line golden files) is needed to allow the push step to happen concurrently with compilation.

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py c c++ --sanitizer address --fuzzing-engine libfuzzer

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py c++ --sanitizer address --fuzzing-engine libfuzzer

1 similar comment
@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py c++ --sanitizer address --fuzzing-engine libfuzzer

@jonathanmetzman
Copy link
Contributor Author

jonathanmetzman commented Jan 17, 2025

/gcbrun trial_build.py tinyusb pigweed --sanitizer address --fuzzing-engine libfuzzer

@oliverchang oliverchang merged commit a6d0c93 into master Jan 19, 2025
18 of 19 checks passed
@oliverchang oliverchang deleted the reland branch January 19, 2025 22:58
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.

2 participants