Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Module::Pluggable as a requirement, excluding broken versions #1718

Closed
wants to merge 2 commits into from

Conversation

veryrusty
Copy link
Member

@veryrusty veryrusty commented Oct 30, 2024

Module::Pluggable added checks for unreadable files in v6.1 and v6.2. Those tests fail when installed as root, which may happen under docker, such as under github actions.

While we have no explicit dependency on Module::Pluggable, our dependencies do, such as Config::Any.

@cromedome this should be sufficient for the github actions to "just work". They run in docker containers as the root user. This is a bit of a crutch until Module::Plugable is patched. Upstream issue: simonwistow/Module-Pluggable#27

@veryrusty veryrusty changed the base branch from main to meta/ci-fixes October 30, 2024 10:55
Module::Pluggable added checks for unreadable files in v6.1 and v6.2.
Those tests fail when installed as root, which may happen in a docker
file, such as under github actions.

While we have no explicit dependency on Module::Pluggable, our
dependencies do, such as Config::Any.

This is a bit of a crutch until Module::Plugable is patched.
Upstream issue: simonwistow/Module-Pluggable#27
Copy link
Contributor

@cromedome cromedome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The second commit is particularly great, not having to bump the version of another dependency! 👍

@GeekRuthie GeekRuthie self-requested a review October 30, 2024 11:57
@cromedome
Copy link
Contributor

Merged, thanks!

@cromedome cromedome closed this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants