Skip to content

Commit

Permalink
fix(ci): do not build deb common::sense json::parse (#4903)
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret authored Feb 13, 2024
1 parent bca6746 commit 9e43a8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,11 @@ jobs:
yum install -y yum-utils epel-release git
yum config-manager --set-enabled crb || true # alma 9
yum config-manager --set-enabled powertools || true # alma 8
yum install -y cpanminus rpm-build libcurl-devel libssh-devel expat-devel gcc ruby libuuid-devel zeromq-devel libxml2-devel libffi-devel perl-DBI perl-Net-Pcap freetds freetds-devel
yum install -y cpanminus rpm-build libcurl-devel libssh-devel expat-devel gcc libuuid-devel zeromq-devel libxml2-devel libffi-devel perl-DBI perl-Net-Pcap freetds freetds-devel
dnf module reset -y ruby
dnf module enable -y ruby:3.1
dnf install -y ruby
shell: bash

- if: ${{ contains(matrix.build_distribs, matrix.distrib) && matrix.spec_file == '' }}
Expand Down Expand Up @@ -232,7 +236,6 @@ jobs:
"Carp::Assert",
"Clone",
"Clone::Choose",
"common::sense",
"Convert::EBCDIC",
"Crypt::Blowfish_PP",
"DateTime::Format::Duration::ISO8601",
Expand All @@ -248,7 +251,6 @@ jobs:
"HTTP::Daemon::SSL",
"HTTP::ProxyPAC",
"JMX::Jmx4Perl",
"JSON::Parse",
"JSON::WebToken",
"LV",
"MIME::Types",
Expand Down

0 comments on commit 9e43a8d

Please sign in to comment.