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

Commits on Oct 4, 2024

  1. Permit custom Make targets

    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 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7ed3cbf View commit details
    Browse the repository at this point in the history
  2. Fix for the zero case

    t0yv0 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9e16e5e View commit details
    Browse the repository at this point in the history