From 874593c98e165760efea7f188316d033de25d04b Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Wed, 29 May 2024 17:30:03 -0700 Subject: [PATCH] Switch to crossplane/build See https://github.com/crossplane/crossplane/issues/1583 for context. Signed-off-by: Nic Cope --- .gitmodules | 2 +- Makefile | 5 +++++ build | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c2fad47..8f84209 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "build"] path = build - url = https://github.com/upbound/build + url = https://github.com/crossplane/build diff --git a/Makefile b/Makefile index 29ea415..9319734 100644 --- a/Makefile +++ b/Makefile @@ -162,6 +162,7 @@ run: go.build # ==================================================================================== # End to End Testing +CROSSPLANE_VERSION = 1.16.0 CROSSPLANE_NAMESPACE = upbound-system -include build/makelib/local.xpkg.mk -include build/makelib/controlplane.mk @@ -242,3 +243,7 @@ crossplane.help: help-special: crossplane.help .PHONY: crossplane.help help-special + +# TODO(negz): Update CI to use these targets. +vendor: modules.download +vendor.check: modules.check diff --git a/build b/build index bd5297b..b0dfb8f 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit bd5297bd16c113cbc5ed1905b1d96aa1cb3078ec +Subproject commit b0dfb8fbe8c626e3e0f0b6efdfac926d750adf48