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 5a84152 commit 4f8c69b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ 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
curl -sL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash -
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
rbenv install 3.1
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
# source ~/.bashrc
# yum install -y ruby
# gem install fpm
Expand Down Expand Up @@ -132,6 +132,7 @@ jobs:
# yum install -y rbenv
# CC=/opt/rh/devtoolset-7/root/usr/bin/gcc rbenv install 3.1.4 -v
shell: bash
- run: rbenv install 3.1
# - uses: ruby/setup-ruby@v1
# with:
# ruby-version: '3.1' # Not needed with a `.ruby-version` or `.tool-versions`
Expand Down

0 comments on commit 4f8c69b

Please sign in to comment.