From b3e8ec4c15e0bfd0159e258f44b87324934d2a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Fri, 18 Oct 2024 12:21:24 +0300 Subject: [PATCH 1/2] Update build submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index f8d1bb9..6f2b7c5 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit f8d1bb9b358ec88d8f6678166f219bba4e2718dd +Subproject commit 6f2b7c5f0a88eac426439d6d9b40abd919d89fbe From a757eaab5cd5a2b84518857b8ae21a50812bedd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Fri, 18 Oct 2024 14:21:04 +0300 Subject: [PATCH 2/2] Set XPKG_CLEANUP_EXAMPLES_ENABLED = true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fd6802b..8c2fcca 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,8 @@ XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/upbound XPKGS = $(PROJECT_NAME) XPKG_DIR = $(OUTPUT_DIR)/package XPKG_IGNORE = kustomize/*,crds/kustomization.yaml +# Set to true to enable the cleanup examples step in the build process +XPKG_CLEANUP_EXAMPLES_ENABLED = true -include build/makelib/xpkg.mk