Skip to content

Commit

Permalink
Bumping CODE_GENERATOR_COMMIT to capture fix for Issue 876
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Eaton <[email protected]>
  • Loading branch information
Aaron Eaton committed Dec 8, 2021
1 parent 030deda commit b36ee6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROJECT_REPO := github.com/crossplane/$(PROJECT_NAME)

PLATFORMS ?= linux_amd64 linux_arm64

CODE_GENERATOR_COMMIT ?= cac5654b7bb64c8f754ad9af01799ef70d9541b6
CODE_GENERATOR_COMMIT ?= 966e9a9ac6dfb4bbc2d3ded1972ce2b706391d44
GENERATED_SERVICES="apigatewayv2,cloudfront,cloudwatchlogs,dynamodb,efs,glue,kafka,kms,lambda,mq,rds,secretsmanager,servicediscovery,sfn,transfer"

# kind-related versions
Expand Down Expand Up @@ -135,7 +135,7 @@ services: $(GOIMPORTS)
@for svc in $$(echo "$(SERVICES)" | tr ',' ' '); do \
$(INFO) Generating $$svc controllers and CRDs; \
PATH="${PATH}:$(TOOLS_HOST_DIR)"; \
cd $(WORK_DIR)/code-generator && go run -tags codegen cmd/ack-generate/main.go crossplane $$svc --provider-dir ../../ || exit 1; \
cd $(WORK_DIR)/code-generator && go run -tags codegen cmd/ack-generate/main.go crossplane $$svc --output ../../ || exit 1; \
$(OK) Generating $$svc controllers and CRDs; \
done

Expand Down

0 comments on commit b36ee6a

Please sign in to comment.