Skip to content

Commit

Permalink
test(ci): generate perl-crypt-openssl-aes for el7
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Dec 18, 2024
1 parent a2ff012 commit 5032df4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
yum config-manager --set-enabled powertools || true # alma 8
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 perl-Module-Build-Tiny
yum install -y git-core zlib zlib-devel gcc-c++ patch readline readline-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison curl sqlite-devel
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash
# echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
# echo 'eval "$(rbenv init -)"' >> ~/.bashrc
Expand Down Expand Up @@ -132,7 +133,10 @@ jobs:
# yum install -y rbenv
# CC=/opt/rh/devtoolset-7/root/usr/bin/gcc rbenv install 3.1.4 -v
shell: bash
- run: ~/.rbenv/bin/rbenv install 3.1.6
- run: |
~/.rbenv/bin/rbenv install 3.1.6
cat /tmp/ruby-build*
gem install fpm
shell: bash
# - uses: ruby/setup-ruby@v1
# with:
Expand Down

0 comments on commit 5032df4

Please sign in to comment.