Skip to content

Commit

Permalink
Install http-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jan 23, 2025
1 parent 1ef1237 commit cd5f5d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
action :setup do
include_recipe 'yum'
# include_recipe "yum-epel"
execute 'yum-config-manager-rhel' do
# Needed by hwloc-devel blas-devel libedit-devel and glibc-static packages
command "yum-config-manager --enable codeready-builder-for-rhel-9-rhui-rpms"
end unless on_docker?

execute 'yum-config-manager_skip_if_unavail' do
command "yum-config-manager --setopt=\*.skip_if_unavailable=1 --save"
end

# package 'yum-utils' do
# retries 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use 'partial/_slurm_dependencies_common'

def dependencies
%w(json-c-devel perl perl-Switch lua-devel dbus-devel llhttp)
%w(json-c-devel perl perl-Switch lua-devel dbus-devel http-parser-devel)
end

action :install_extra_dependencies do
Expand Down

0 comments on commit cd5f5d8

Please sign in to comment.