niner / Inline-Perl5

Use Perl 5 code in a Raku program
Artistic License 2.0
94 stars 30 forks source link

Inline::Perl5 fails tests on Ubuntu #146

Closed tbrowder closed 4 years ago

tbrowder commented 4 years ago

Using @tony-o's nightly Docker the build of Inline::Perl5 shows a compiler warning that apparently causes testing failure.

I discovered the failure when using Travis to test my Raku module Excel. @melezhik showed the failure on rakudist for Ubuntu but success on Debian.

melezhik commented 4 years ago

Corrections ( sorry if I was not clear on IRC ):

on ubuntu test succeeds:

http://repo.westus.cloudapp.azure.com/rakudist/reports/Excel/ubuntu/1588279548.txt

melezhik commented 4 years ago

on debian test succeeds as well:

http://repo.westus.cloudapp.azure.com/rakudist/reports/Excel/debian/1588281493.txt

tbrowder commented 4 years ago

Ah, sorry, it must be @tony-o's Docker container somehow. But I did file an issue there also.