From 45785d41a80da01578f8e4b770d6ee22f8a80635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Thu, 30 May 2024 15:04:23 +0300 Subject: [PATCH] Use crossplane/build submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- .gitmodules | 2 +- Makefile | 8 ++++++-- build | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 921d31e3c..960e4cbe9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ [submodule "build"] path = build - url = https://github.com/upbound/build + url = https://github.com/crossplane/build diff --git a/Makefile b/Makefile index be82f2f54..136be28ac 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ UPTEST_LOCAL_VERSION = v0.12.0-9.gac371c9 UPTEST_LOCAL_CHANNEL = main KUSTOMIZE_VERSION = v5.3.0 YQ_VERSION = v4.40.5 -UXP_VERSION = 1.14.6-up.1 +CROSSPLANE_VERSION = 1.14.6 export UP_VERSION := $(UP_VERSION) export UP_CHANNEL := $(UP_CHANNEL) @@ -366,4 +366,8 @@ delete-build-tags: @$(INFO) Untagging source files. @EXTRA_BUILDTAGGER_ARGS="--delete" RESTORE_DEEPCOPY_TAGS="true" ./scripts/tag.sh || $(FAIL) @$(OK) Untagging source files. -endif \ No newline at end of file +endif + +# TODO(negz): Update CI to use these targets. +vendor: modules.download +vendor.check: modules.check diff --git a/build b/build index 75a9fe3ae..b0dfb8fbe 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 75a9fe3ae6b6de82c5f7ddc6a267617940f16b83 +Subproject commit b0dfb8fbe8c626e3e0f0b6efdfac926d750adf48