-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Conversation
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()}', |
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.
can you add a comment to explain what this is needed for?
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.
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.
/gcbrun trial_build.py c c++ --sanitizer address --fuzzing-engine libfuzzer |
/gcbrun trial_build.py c++ --sanitizer address --fuzzing-engine libfuzzer |
1 similar comment
/gcbrun trial_build.py c++ --sanitizer address --fuzzing-engine libfuzzer |
/gcbrun trial_build.py tinyusb pigweed --sanitizer address --fuzzing-engine libfuzzer |
This reverts commit be6c929.