Skip to content

Even more convenient proto generation #1039

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dandavison
Copy link
Contributor

For those using docker to regenerate protos, provide poe gen-protos-docker instead of having to run three shell commands and copy an image ID.

@dandavison dandavison requested a review from a team as a code owner August 20, 2025 15:40
@@ -12,4 +12,4 @@ RUN uv add "protobuf<4"
RUN uv sync --all-extras
RUN poe gen-protos

CMD cp -r ./temporalio/api/* /api_new && cp -r ./temporalio/bridge/proto/* /bridge_new
CMD ["sh", "-c", "cp -r ./temporalio/api/* /api_new && cp -r ./temporalio/bridge/proto/* /bridge_new"]
Copy link
Contributor Author

@dandavison dandavison Aug 20, 2025

Choose a reason for hiding this comment

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

Avoids warning:

     - JSONArgsRecommended: JSON arguments recommended for CMD to prevent
     unintended behavior related to OS signals (line 15)

cursor[bot]

This comment was marked as outdated.

Avoids warning:

 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent
 unintended behavior related to OS signals (line 15)
@dandavison dandavison force-pushed the dan-9994-proto-generation branch from cf625ef to fe7e307 Compare August 20, 2025 20:54
Copy link
Member

@Sushisource Sushisource left a comment

Choose a reason for hiding this comment

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

Cool

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