Skip to content

Commit

Permalink
MON-34540-gorgone-fix-perl-mojo-ioloop-signal-v3 (#5101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Adam authored Jul 10, 2024
1 parent 3d2e290 commit 9e08da4
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 @@ -149,6 +149,8 @@ jobs:
rpm_dependencies: "zeromq"
- name: "Mojo::IOLoop::Signal"
rpm_dependencies: "perl-Mojolicious"
rpm_provides: "perl(Mojo::IOLoop::Signal)"
no-auto-depends: true


name: package ${{ matrix.distrib }} ${{ matrix.name }}
Expand Down Expand Up @@ -190,6 +192,10 @@ jobs:
done
fi
if [ ! -z "${{ matrix.no-auto-depends }}" ]; then
PACKAGE_DEPENDENCIES="$PACKAGE_DEPENDENCIES --no-auto-depends"
fi
if [ -z "${{ matrix.rpm_provides }}" ]; then
PACKAGE_PROVIDES=""
else
Expand Down

0 comments on commit 9e08da4

Please sign in to comment.