You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
…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
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).
The text was updated successfully, but these errors were encountered: