parallel sdk builds

This commit is contained in:
Bryce Lampe
2024-08-12 14:17:58 -07:00
parent f2b29d43ec
commit 75a73687db
5 changed files with 103 additions and 59 deletions

View File

@@ -180,7 +180,7 @@ bin/${PROVIDER}: $(shell find ./provider -name '*.go') go.mod
bin/pulumi-gen-${PACK}: # Required by CI
touch bin/pulumi-gen-${PACK}
go.mod: $(shell find . -name '*.go')
go.mod: $(shell find provider -name '*.go')
go.sum: go.mod
sdk: $(shell mkdir -p sdk)