Skip to content

Commit dc5a03b

Browse files
mads-hartmannroboquat
authored andcommitted
Remove components from build cache after objcopy
1 parent 746798f commit dc5a03b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/installer/BUILD.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ packages:
5151
config:
5252
commands:
5353
- ["objcopy", "--add-section", "versionManifest=components--all-docker/versions.yaml", "install-installer--raw-app/installer", "installer"]
54+
# Remove the deps component folders now that we have copied over (and modified) the installer to reduce
55+
# the size of the build cache of this component.
56+
- ["rm", "-rf", "install-installer--raw-app", "components--all-docker"]
5457
- name: docker
5558
type: docker
5659
srcs:

0 commit comments

Comments
 (0)