ran setup.sh

This commit is contained in:
2025-04-18 13:29:38 -07:00
parent b78296ab5b
commit 0674f1ddab
23 changed files with 195 additions and 123 deletions

View File

@@ -1,7 +1,7 @@
# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt
PACK := xyz
ORG := pulumi
PACK := incus
ORG := brandonkal
PROJECT := github.com/$(ORG)/pulumi-$(PACK)
PROVIDER_PATH := provider
VERSION_PATH := $(PROVIDER_PATH)/pkg/version.Version
@@ -209,7 +209,7 @@ build_provider_cmd = cd provider && GOOS=$(1) GOARCH=$(2) CGO_ENABLED=0 go build
provider: bin/$(PROVIDER)
# `make provider_no_deps` builds the provider binary directly, without ensuring that
# `cmd/pulumi-resource-xyz/schema.json` is valid and up to date.
# `cmd/pulumi-resource-incus/schema.json` is valid and up to date.
# To create a release ready binary, you should use `make provider`.
provider_no_deps:
$(call build_provider_cmd,$(shell go env GOOS),$(shell go env GOARCH),$(WORKING_DIR)/bin/$(PROVIDER))