Skip to content

Commit

Permalink
ci: force PERL5LIB
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Sep 20, 2024
1 parent 555efb2 commit 4102062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
# If we're running on rhel centos, install needed packages.
if command -v yum &> /dev/null; then
# https://github.com/openssl/openssl/discussions/24840
yum search rh-perl
yum update -y && yum install -y rh-perl530 rh-perl530-perl-IPC-Cmd openssl openssl-devel pkgconfig libatomic
scl enable rh-perl530 bash
export PERL5LIB=/opt/rh/rh-perl530/root/usr/share/perl5/vendor_perl
# If we're running on i686 we need to symlink libatomic
# in order to build openssl with -latomic flag.
Expand Down

0 comments on commit 4102062

Please sign in to comment.