Skip to content

Commit 811cdc4

Browse files
committed
Don't test Number::Format
tests fail on Alpine; don't need currency locales to work anyway
1 parent ac42518 commit 811cdc4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

base-os/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ RUN curl -sfLo /usr/bin/confd \
1717

1818
RUN cpanm Devel::CheckLib HTTP::Date LWP::Simple DBI CPAN && rm -fr ~/.cpanm
1919

20+
# latest versions don't support MySQL 5.7
2021
RUN cpanm -n https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN/DBD-mysql-4.051.tar.gz && rm -fr ~/.cpanm
2122
RUN perl -MDBD::mysql -e ''
2223

24+
# tests fail on Alpine because some locale issue that doesn't matter for our use
25+
RUN cpanm -n Number::Format && rm -fr ~/.cpanm
26+
2327
ADD perl-modules /tmp/.modules
2428

2529
# install all the cpan stuff we need

base-os/apk-world

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ perl-path-class
7777
perl-path-tiny
7878
perl-plack
7979
perl-template-toolkit
80+
perl-test-deep
8081
perl-test-failwarnings
82+
perl-test-needs
8183
perl-test-nowarnings
8284
perl-test-warn
8385
perl-text-csv_xs

0 commit comments

Comments
 (0)