Skip to content

Commit a42eb4a

Browse files
authored
Disable testing as it times out on ARMv6/v7 (#1307)
1 parent 451fb46 commit a42eb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ sub install_package {
240240

241241
if ($@) {
242242
say("$package not installed! Trying to install now using cpanm$cpanopt");
243-
system("cpanm $package $cpanopt");
243+
system("cpanm --notest $package $cpanopt");
244244
} else {
245245
say("$package package installed, proceeding...");
246246
}

0 commit comments

Comments
 (0)