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

artifacts: add libprotobuf-c-dev for protobuf headers #744

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

flouthoc
Copy link
Collaborator

@flouthoc flouthoc commented Oct 4, 2021

Following commit fixes regression for artifacts.
Add libprotobuf-c-dev to dependencies.

@flouthoc flouthoc force-pushed the artifacts-protobuf branch from 8335fef to de2a09c Compare October 4, 2021 11:32
@flouthoc flouthoc force-pushed the artifacts-protobuf branch from de2a09c to 6c69a71 Compare October 4, 2021 11:44
@@ -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)' && \
Copy link
Contributor

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 ...'?

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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

Copy link
Collaborator Author

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]>
@flouthoc flouthoc force-pushed the artifacts-protobuf branch from 6c69a71 to 44bb0b2 Compare October 4, 2021 11:54
Copy link
Member

@giuseppe giuseppe left a comment

Choose a reason for hiding this comment

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

LGTM

@giuseppe giuseppe merged commit e1979a2 into containers:main Oct 4, 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.

3 participants