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

perl 5.36 cpan | symlink related fails #67

Closed
shawnlaffan opened this issue Mar 11, 2023 · 1 comment
Closed

perl 5.36 cpan | symlink related fails #67

shawnlaffan opened this issue Mar 11, 2023 · 1 comment

Comments

@shawnlaffan
Copy link
Contributor

We have a few modules failing tests because symlinks seem to be available on the docker instance.

The tests pass on a local machine with the perl 5.36 build extracted from docker to local c:\strawberry (the build does not yet make it to the portable build step so it must be in this dir).

Typically the pass is because the tests are skipped. I guess the detection logic is not working on the docker setup.

IO::All
Mojolicious
Module::Find
Path::Tiny

These should be reported upstream but the simple workaround for now is to skip test failures (which is already the case for Path::Tiny).

shawnlaffan added a commit that referenced this issue Mar 13, 2023
…o not build

Devel::Declare is deprecated.  #70

CPANPLUS fails to build locally, disable for now.  #64

Alien::Libxml2: set PKG_CONFIG_DIR. #71

Other test files are disabled on a per file basis.
Most of these pass on a local copy of the build.
Includes #65, #66, #67, #68 and #73
@shawnlaffan
Copy link
Contributor Author

Relevant test files are now skipped in the build system.

shawnlaffan added a commit that referenced this issue Apr 20, 2023
Patch:
File::Find::Rule: issue #88
Socket6:          issue #72

Update to use latest dlls:
GD:               issue #81

Exclude:
Crypt::OpenSSL::DSA: isssue #86

Archive::Tar:     skip tests on 3.02 due to
                  symlink issues (similar to #67)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant