From 5ef1f7b5881fa86c663b18216594971bd0b3c969 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:36:17 -0700 Subject: [language builders] Get rid of base-builder-new (#6361) Build all C/C++ projects in an image without rust, java, atheris (python), or go. --- infra/ci/build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'infra/ci') diff --git a/infra/ci/build.py b/infra/ci/build.py index 1d0e84303..7a02d6001 100755 --- a/infra/ci/build.py +++ b/infra/ci/build.py @@ -215,7 +215,6 @@ def build_base_images(): images = [ 'base-image', 'base-builder', - 'base-builder-new', 'base-builder-go', 'base-builder-jvm', 'base-builder-python', -- cgit v1.2.3