Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no deps provider make target #718

Merged
merged 6 commits into from
Nov 15, 2023

Conversation

VenelinMartinov
Copy link
Contributor

This PR adds a new make target for providers provider_no_deps - this one will just run the go build command without tfgen and install_plugins. This is needed since tfgen and install_plugins have no caching, so will rerun each time and I'd like to use the go build in pulumi/pulumi-aws#2953

@VenelinMartinov VenelinMartinov requested review from t0yv0 and a team November 13, 2023 14:28
@VenelinMartinov VenelinMartinov changed the base branch from master to vvm/disable_provider_building_in_tests November 13, 2023 14:28
@t0yv0 t0yv0 requested a review from iwahbe November 13, 2023 14:33
@t0yv0
Copy link
Member

t0yv0 commented Nov 13, 2023

I personally like that a lot and would use it, but adding @iwahbe as reviewer as they focused on re-designing builds recently to cross-check if this is a good idea with respect to further plans here.

@VenelinMartinov VenelinMartinov changed the base branch from vvm/disable_provider_building_in_tests to master November 13, 2023 14:39
Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's unfortunate that we don't have a great caching solution for the schema, but we don't. If this improves the dev loop, LGTM!

I'd like to make sure we have an explanation for the extra target in the makefile when we merge. I have left a suggestion for what that would be, but you are free to expand on it.

@VenelinMartinov VenelinMartinov merged commit bd243b3 into master Nov 15, 2023
2 checks passed
@VenelinMartinov VenelinMartinov deleted the vvm/add_no_deps_provider_make_target branch November 15, 2023 12:00
VenelinMartinov added a commit that referenced this pull request Nov 15, 2023
I missed this in #718. Necessary
to avoid any conflicts with actual files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants