Skip to content

Commit

Permalink
fix for Crypt::OpenSSL::AES on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepassio committed Jan 13, 2025
1 parent c275b25 commit 6e4da1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ jobs:
"Net::MQTT::Simple",
"Paws",
"Statistics::Regression",
"XS::Loader",
"ZMQ::Constants",
"ZMQ::LibZMQ4"
]
Expand All @@ -354,6 +355,10 @@ jobs:
image: packaging-plugins-bullseye-arm64
arch: arm64
runner_name: ["self-hosted", "collect-arm64"]
- name: "Crypt::OpenSSL::AES"
use_dh_make_perl: "false"
deb_dependencies: "libexporter-tiny-perl libxs-loader-perl"
no-auto-depends: true
- name: "Device::Modbus::RTU::Client"
build_distribs: "bookworm"
- name: "Device::Modbus::TCP::Client"
Expand Down Expand Up @@ -397,6 +402,7 @@ jobs:
name: Get package infos
id: package-infos
run: |
apt-get update
cpan_info=$(cpanm --info ${{ matrix.name }})
if [ -z "${{ matrix.version }}" ]; then
CPAN_PACKAGE_VERSION=$(echo $cpan_info | sed 's/\.tar\.gz$//' | sed 's/.*\-//' | sed 's/v//')
Expand Down

0 comments on commit 6e4da1a

Please sign in to comment.