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 ead88db commit 4b88cf6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,28 +124,28 @@ jobs:
# yum install -y rbenv
# CC=/opt/rh/devtoolset-7/root/usr/bin/gcc rbenv install 3.1.4 -v
shell: bash
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1' # Not needed with a `.ruby-version` or `.tool-versions`
bundler-cache: true
# - uses: ruby/setup-ruby@v1
# with:
# ruby-version: '3.1' # Not needed with a `.ruby-version` or `.tool-versions`
# bundler-cache: true

- run: git clone https://github.com/kduret/fpm.git --branch fix-rpm-perl-dependency-name-unchanged --single-branch fpm
# - run: git clone https://github.com/kduret/fpm.git --branch fix-rpm-perl-dependency-name-unchanged --single-branch fpm
# - if: ${{ contains(matrix.build_distribs, matrix.distrib) }}
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# with:
# repository: kduret/fpm
# ref: fix-rpm-perl-dependency-name-unchanged
# path: fpm

- if: ${{ contains(matrix.build_distribs, matrix.distrib) }}
name: Build and install fpm # waiting https://github.com/jordansissel/fpm/pull/2066
run: |
yum install -y bsdtar
cd fpm
gem install bundler
bundle install
make install
shell: bash
# - if: ${{ contains(matrix.build_distribs, matrix.distrib) }}
# name: Build and install fpm # waiting https://github.com/jordansissel/fpm/pull/2066
# run: |
# yum install -y bsdtar
# cd fpm
# gem install bundler
# bundle install
# make install
# shell: bash

- if: ${{ contains(matrix.build_distribs, matrix.distrib) && matrix.spec_file == '' }}
run: |
Expand Down

0 comments on commit 4b88cf6

Please sign in to comment.