Skip to content

Commit

Permalink
artifacts: add libprotobuf-c-dev for protobuf headers
Browse files Browse the repository at this point in the history
Following commit fixes regression in CI for artifacts.
Add libprotobuf-c-dev to dependencies.

Signed-off-by: Aditya Rajan <arajan@redhat.com>
  • Loading branch information
flouthoc committed Oct 4, 2021
1 parent 61805df commit 44bb0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- run: sudo apt-get update

- run: sudo apt-get install -y make git gcc build-essential pkgconf libtool libsystemd-dev libcap-dev libseccomp-dev libyajl-dev go-md2man libtool autoconf python3 automake
- run: sudo apt-get install -y make git gcc build-essential pkgconf libtool libsystemd-dev libcap-dev libseccomp-dev libyajl-dev go-md2man libtool autoconf python3 automake libprotobuf-c-dev

- run: |
set -ex
Expand Down
2 changes: 1 addition & 1 deletion tests/clang-check/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:latest

RUN yum install -y make clang-tools-extra clang python3-pip 'dnf-command(builddep)' && \
RUN yum install -y protobuf-c protobuf-c-devel make clang-tools-extra clang python3-pip 'dnf-command(builddep)' && \
dnf builddep -y crun && pip install scan-build

COPY run-tests.sh /usr/local/bin
Expand Down

0 comments on commit 44bb0b2

Please sign in to comment.