Skip to content

Commit

Permalink
codegen: Add make task to easily pull in smithy-go codegen modules (#…
Browse files Browse the repository at this point in the history
…1210)

Updates SDK's makefile to provide a command that can be chained with other
make tasks for getting the latest smithy-go codegen into maven local.
  • Loading branch information
jasdel committed Apr 6, 2021
1 parent 5e09042 commit f91a70b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ smithy-build-%: gen-repo-mod-replace
smithy-clean:
cd codegen && ./gradlew clean

smithy-go-publish-local:
rm -rf /tmp/smithy-go-local
git clone https://github.com/aws/smithy-go /tmp/smithy-go-local
make -C /tmp/smithy-go-local smithy-clean smithy-publish-local

gen-config-asserts:
@echo "Generating SDK config package implementor assertions"
cd config && go generate
Expand Down

0 comments on commit f91a70b

Please sign in to comment.