Disable the count restriction here so that we actually build everything
This commit is contained in:
parent
ac8171f58e
commit
6e517b2fc5
1 changed files with 3 additions and 3 deletions
6
build.pl
6
build.pl
|
@ -176,13 +176,13 @@ $builder->start();
|
||||||
|
|
||||||
my %calls;
|
my %calls;
|
||||||
|
|
||||||
my $count = 0;
|
#my $count = 0;
|
||||||
|
|
||||||
ALL: for my $version (@versions) {
|
ALL: for my $version (@versions) {
|
||||||
for my $option (@options) {
|
for my $option (@options) {
|
||||||
for my $base (@bases) {
|
for my $base (@bases) {
|
||||||
print "---> $count\n";
|
# print "---> $count\n";
|
||||||
last ALL if $count++ == 10;
|
# last ALL if $count++ == 10;
|
||||||
|
|
||||||
my $rend = "$version-$option-$base";
|
my $rend = "$version-$option-$base";
|
||||||
my $future = $builder->call(args => [$version, $option, $base])->on_ready(sub {
|
my $future = $builder->call(args => [$version, $option, $base])->on_ready(sub {
|
||||||
|
|
Loading…
Add table
Reference in a new issue