Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Jan 15, 2025
1 parent 91078d9 commit 5556eff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/build/functions/build_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,7 @@ def get_project_image_steps( # pylint: disable=too-many-arguments
architecture=_ARM64)
steps.append(docker_build_arm_step)

if (not experiment and not config.testing and
config.build_type == 'fuzzing' and language in ('c', 'c++')):
if (config.build_type == 'fuzzing' and language in ('c', 'c++')):
# Push so that historical bugs are reproducible.
push_step = {
'name': 'gcr.io/cloud-builders/docker',
Expand Down

0 comments on commit 5556eff

Please sign in to comment.