[codegen] make build_provider doesn't remove bin/ #38
Labels
good-first-issue
Start here if you'd like to start contributing to Pulumi
help-wanted
We'd love your contributions on this issue
kind/bug
Some behavior is incorrect or out of spec
What happened?
I noticed that in order for
make build_provider
to properly place files in thebin/
dir, I have to manually remove it first (rm -r bin/
)Example
I'm not as familiar with the Make build system as I'd like to be, but I think this is the line in question.
Output of
pulumi about
» p about
CLI
Version 3.91.1
Go Version go1.21.3
Go Compiler gc
Host
OS darwin
Version 13.6.1
Arch arm64
Backend
Name pulumi.com
URL https://app.pulumi.com/jkmysten
User jkmysten
Organizations jkmysten, mysten
Token type personal
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: