Skip to content

Commit

Permalink
remove vendored flag for CCM
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrozean committed Jun 20, 2024
1 parent 2006d11 commit 2bbebd2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/kubernetes/cloud-provider-aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ BASE_IMAGE=$(GO_RUNNER_IMAGE)
HAS_RELEASE_BRANCHES=true
HAS_S3_ARTIFACTS=true

# 1-28 and 1-29 includes patches that add the vendor directory
# as well as one that modifies content inside the vendor directory
# set to true to avoid downloading deps overwriting this change/patch
RELEASE_BRANCHES_VENDORED=1-26 1-27 1-28 1-29
GO_MODS_VENDORED=$(if $(filter $(RELEASE_BRANCH),$(RELEASE_BRANCHES_VENDORED)),true,false)
EXTRA_GO_LDFLAGS=-X k8s.io/component-base/version.gitVersion=$(GIT_TAG)

IMAGE_NAMES=cloud-controller-manager
Expand Down

0 comments on commit 2bbebd2

Please sign in to comment.