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 <[email protected]>
  • Loading branch information
flouthoc committed Oct 4, 2021
1 parent 61805df commit de2a09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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: 2 additions & 0 deletions tests/clang-check/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM fedora:latest

RUN dnf install protobuf-c -y

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

Expand Down

0 comments on commit de2a09c

Please sign in to comment.