-
Notifications
You must be signed in to change notification settings - Fork 322
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
artifacts: add libprotobuf-c-dev for protobuf headers #744
Conversation
8335fef
to
de2a09c
Compare
de2a09c
to
6c69a71
Compare
tests/clang-check/Dockerfile
Outdated
@@ -1,6 +1,6 @@ | |||
FROM fedora:latest | |||
|
|||
RUN yum install -y make clang-tools-extra clang python3-pip 'dnf-command(builddep)' && \ | |||
RUN dnf install protobuf-c -y && yum install -y make clang-tools-extra clang python3-pip 'dnf-command(builddep)' && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not yum install -y protobuf-c make clang-tools-extra clang ...'
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rst0git Sure but i think protobuf-c
is wrong dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing it to protobuf-c-devel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed :)
Following commit fixes regression in CI for artifacts. Add libprotobuf-c-dev to dependencies. Signed-off-by: Aditya Rajan <[email protected]>
6c69a71
to
44bb0b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Following commit fixes regression for artifacts.
Add libprotobuf-c-dev to dependencies.