Skip to content

Commit 04af928

Browse files
committed
CryptX has been fixed
1 parent 486c41b commit 04af928

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

bin/update_dockerfile.pl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@
199199
images => [qw( libomp-devel )],
200200
},
201201
cpan => {
202-
# https://github.com/DCIT/perl-CryptX/issues/118
203-
no_test => [qw( CryptX App::Prove::Plugin::MySQLPool )],
202+
no_test => [qw( App::Prove::Plugin::MySQLPool )],
204203
},
205204
remove_from_cpanfile => [qw( YAML::Syck )],
206205
patch => ['Test-mysqld-1.0030', 'Crypt-DES-2.07', 'Data-MessagePack-Stream-1.05'],
@@ -244,8 +243,7 @@
244243
images => [qw( libomp-devel )],
245244
},
246245
cpan => {
247-
# https://github.com/DCIT/perl-CryptX/issues/118
248-
no_test => [qw( CryptX App::Prove::Plugin::MySQLPool )],
246+
no_test => [qw( App::Prove::Plugin::MySQLPool )],
249247
},
250248
remove_from_cpanfile => [qw( YAML::Syck )],
251249
make_dummy_cert => '/usr/bin',

0 commit comments

Comments
 (0)