Skip to content

Commit

Permalink
Fix protobuf-c package name
Browse files Browse the repository at this point in the history
Skip-build: false
Skip-python-bandit: true
Skip-build-el8-rpm: true
Skip-build-el9-rpm: true
Skip-build-leap15-rpm: true
Skip-build-ubuntu20-rpm: true
Skip-test: true
Skip-PR-comments: true
PR-repos: pmdk@PR-38:11

Required-githooks: true

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Sep 18, 2024
1 parent f276791 commit 3578bff
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ci/unit/required_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pkgs="argobots \
patchelf \
pciutils-devel \
pmix \
protobuf-c \
spdk-devel \
valgrind-devel"

Expand All @@ -31,15 +30,17 @@ if [[ $distro = el* ]]; then
libisa-l-devel \
libpmem \
libpmemobj \
numactl-devel"
numactl-devel \
protobuf-c"
elif [[ $distro = leap* ]]; then
# need https://artifactory.dc.hpdd.intel.com/ui/repos/tree/General/opensuse-proxy%2Frepositories%2Fdevel:%2Flanguages:%2Fgo to install gotestsum
pkgs+=" boost-devel \
ipmctl-devel \
libisal-devel \
libpmem1 \
libpmemobj1 \
libnuma-devel"
pkgs+=" boost-devel \
ipmctl-devel \
libisal-devel \
libpmem1 \
libpmemobj1 \
libnuma-devel \
libprotobuf-c-devel"
fi

# output with trailing newline suppressed
Expand Down

0 comments on commit 3578bff

Please sign in to comment.