Skip to content

Commit 7f9794d

Browse files
committed
Remove centos6 setting
1 parent 846c39b commit 7f9794d

1 file changed

Lines changed: 0 additions & 51 deletions

File tree

bin/update_dockerfile.pl

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -412,57 +412,6 @@
412412
setcap => 1,
413413
phpunit => 9,
414414
},
415-
centos6 => {
416-
from => 'centos:6',
417-
base => 'centos',
418-
yum => {
419-
_replace => {
420-
'php-mysqlnd' => 'php-mysql',
421-
'GraphicsMagick' => '',
422-
'GraphicsMagick-perl' => '',
423-
'phpunit' => '',
424-
'libwebp-devel' => '',
425-
'icc-profiles-openicc' => '',
426-
'ruby' => '',
427-
'ruby-devel' => '',
428-
'clang' => '',
429-
},
430-
libs => [qw( perl-XML-Parser )],
431-
},
432-
repo => {
433-
epel => [qw( GraphicsMagick-perl GraphicsMagick libwebp-devel clang )],
434-
},
435-
epel => {
436-
rpm => 'epel-release',
437-
},
438-
cpan => {
439-
no_test => [qw(
440-
CryptX
441-
)],
442-
# DBD::SQLite is not broken by itself; SQL::Translator requires newer DBD::SQLite
443-
broken => [qw(
444-
Test::MockModule@v0.176.0 Data::OptList@0.113 Sub::Exporter@0.990 Data::Section@0.200007 Software::License@0.104004
445-
Test::Deep@1.130 Email::MIME::ContentType@1.026 Email::MIME::Encodings@1.315
446-
Email::MessageID@1.406 Email::Date::Format@1.005 Email::Simple@2.217 Email::MIME@1.952
447-
Data::OptList@0.112 Sub::Exporter@0.987 IO::Socket::IP@0.41 Mixin::Linewise::Readers@0.108 Pod::Eventual@0.094001
448-
Pod::Coverage::TrustPod@0.100005
449-
Math::GMP@2.22 Mojolicious@8.43 JSON::Validator@4.25
450-
Plack@1.0050
451-
DBD::SQLite
452-
SQL::Translator@1.63
453-
HTML::TreeBuilder::LibXML@0.26
454-
Mouse@2.5.10
455-
)],
456-
_replace => {
457-
'Imager::File::WEBP' => '', # libwebp for centos6/epel is too old (0.4.3 as of this writing)
458-
},
459-
},
460-
make => {
461-
ruby => '2.7.8',
462-
},
463-
phpunit => 4,
464-
cpanm_opt => '--no-lwp',
465-
},
466415
centos7 => {
467416
from => 'centos:7',
468417
base => 'centos',

0 commit comments

Comments
 (0)