Skip to content

Commit

Permalink
fix(os-build): add missing protobuf dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Jun 30, 2023
1 parent dfbd4b0 commit 45e97a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion os-build/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/sozu-proxy/sozu"
license=('GPL')
depends=()
makedepends=('cargo')
makedepends=('cargo' 'protobuf')
backup=('etc/sozu/config.toml')
source=(
'git://github.com/sozu-proxy/sozu'
Expand Down
1 change: 1 addition & 0 deletions os-build/linux-rpm/sozu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Source0: https://github.com/sozu-proxy/sozu/archive/%{version}.tar.gz
BuildRequires: m4
BuildRequires: selinux-policy-devel
BuildRequires: systemd
BuildRequires: protobuf
# BuildRequires: rust
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

Expand Down

0 comments on commit 45e97a9

Please sign in to comment.