Fix build

This commit is contained in:
Bryce Lampe
2024-03-29 15:43:29 -07:00
parent fe4de036f1
commit 3a9c246ffb
2 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ build_dotnet: # Required by CI
${SCHEMA_PATH}: bin/${PROVIDER}
pulumi package get-schema bin/${PROVIDER} > $(SCHEMA_PATH)
bin/${PROVIDER}: $(shell find ./provider -name '*.go') go.mod docs
bin/${PROVIDER}: $(shell find ./provider -name '*.go') go.mod
(cd provider && go build -o ../bin/${PROVIDER} -ldflags "-X ${PROJECT}/${VERSION_PATH}=${VERSION}" $(PROJECT)/${PROVIDER_PATH}/cmd/$(PROVIDER))
bin/pulumi-gen-${PACK}: # Required by CI

File diff suppressed because one or more lines are too long