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

fix bug in Dockerfile for python #22

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

Conversation

Panlichen
Copy link

Summary

fix typo in Dockerfile to make it work with --grpc_python_out= option.

sorry for other chaos in code.
...

Changes

  • ...
  • ...

Notes for Reviewers

...

Release Notes

  • ...

@Panlichen Panlichen changed the title fix buf in Dockerfile for python fix bug in Dockerfile for python Nov 12, 2020
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

Please undo changes to unrelated files

Dockerfile Outdated
make -j4 check && \
make -j4 install && \
make -j4 install DESTDIR=/out && \
make -j21 && \
Copy link
Member

Choose a reason for hiding this comment

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

why does this need to change?

@Panlichen
Copy link
Author

Panlichen commented Nov 13, 2020 via email

@yurishkuro
Copy link
Member

I work on a 20 core platform.

The build runs on Travis-ci

@Panlichen
Copy link
Author

In the new commit, I rollback the -j change. I am not familiar with Travis-ci, does the default setting for it use a four-core platform?

@Panlichen
Copy link
Author

Will this tiny fix be merged?

@yurishkuro
Copy link
Member

Why is it even a bug? It seems consistent with the naming of all other plugins. What is the reproducer that demonstrates that this does not work?

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.

None yet

2 participants