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

Permit custom Make targets #1094

Merged
merged 2 commits into from
Oct 4, 2024
Merged

Permit custom Make targets #1094

merged 2 commits into from
Oct 4, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Oct 4, 2024

The standard workflows are great, but sometimes build-time complexity is a necessary evil for temporary or experimental features. One concrete use case is simplifying computing the minimal schema in AWS:

 https://github.com/pulumi/pulumi-aws/pull/4587

This small change permits providers to define *.mk files to add some provider-specific extensions to Make.

The standard workflows are great, but sometimes build-time complexity is a necessary evil for temporary or experimental
features. One concrete use case is simplifying computing the minimal schema in AWS:

     pulumi/pulumi-aws#4587

This small change permits providers to define *.mk files to add some provider-specific extensions to Make.
@t0yv0 t0yv0 requested a review from a team October 4, 2024 17:51
Copy link
Contributor

@VenelinMartinov VenelinMartinov left a comment

Choose a reason for hiding this comment

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

Looks good, assuming it passes on providers with no custom makefiles

@t0yv0
Copy link
Member Author

t0yv0 commented Oct 4, 2024

Tests are catching that. I think last iteration of the change does indeed permit that.

@t0yv0 t0yv0 added this pull request to the merge queue Oct 4, 2024
Merged via the queue into master with commit d26db21 Oct 4, 2024
6 checks passed
@t0yv0 t0yv0 deleted the t0yv0/extensible-make branch October 4, 2024 18:11
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.

2 participants