Skip to content

Commit

Permalink
chore: remove protobuf-compiler from DependencyInstaller.sh
Browse files Browse the repository at this point in the history
Signed-off-by: zarkin404 <[email protected]>
  • Loading branch information
zarkin404 committed Jun 6, 2023
1 parent dd9c975 commit 626cb4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ _installUbuntuPackages() {
libomp-dev \
devscripts \
debhelper \
libprotobuf-dev \
protobuf-compiler
libprotobuf-dev

apt-get install -y \
binutils \
Expand Down Expand Up @@ -286,8 +285,7 @@ _installRHELPackages() {
python3-devel \
clang \
clang-devel \
libprotobuf-dev \
protobuf-compiler
libprotobuf-dev

yum install -y \
http://repo.okay.com.mx/centos/8/x86_64/release/bison-3.0.4-10.el8.x86_64.rpm \
Expand Down

0 comments on commit 626cb4b

Please sign in to comment.