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

Test api_v3 query service #78

Merged
merged 3 commits into from
Jun 30, 2021

Conversation

pavolloffay
Copy link
Member

No description provided.

Signed-off-by: Pavol Loffay <[email protected]>
@pavolloffay pavolloffay requested a review from jpkrohling June 29, 2021 13:08
PROTOC_IMAGE=jaegertracing/protobuf:$(PROTOC_VER)
PROTOC=docker run --rm -u ${shell id -u} -v "${PWD}:${PWD}" -w ${PWD} ${PROTOC_IMAGE} --proto_path=${PWD}
PROTOC=docker run --rm -u ${shell id -u} -e LD_LIBRARY_PATH='/usr/lib:/usr/lib64:/usr/lib/local' -v "${PWD}:${PWD}" -w ${PWD} ${PROTOC_IMAGE} --proto_path=${PWD}
Copy link
Member Author

Choose a reason for hiding this comment

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

Signed-off-by: Pavol Loffay <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
@jpkrohling
Copy link
Contributor

The test is basically compiling the proto files, right?

@pavolloffay
Copy link
Member Author

yes

@pavolloffay pavolloffay merged commit 229a3a0 into jaegertracing:master Jun 30, 2021
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