File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ compilers is as follows:
23
23
24
24
# First step chews network bandwidth to mirror repos; see next section
25
25
./bench setup
26
- ./bench extract nqp niecza rakudo
27
- ./bench build nqp/2013.05 rakudo/2013.05 niecza/v24
28
- ./bench time nqp/2013.05 rakudo/2013.05 niecza/v24
29
- ./bench compare nqp/2013.05 rakudo/2013.05 niecza/v24
26
+ ./bench extract perl5/v5.18.0 nqp/2013.05 rakudo/2013.05 niecza/v24
27
+ ./bench build perl5/v5.18.0 nqp/2013.05 rakudo/2013.05 niecza/v24
28
+ ./bench time perl5/v5.18.0 nqp/2013.05 rakudo/2013.05 niecza/v24
29
+ ./bench compare perl5/v5.18.0 nqp/2013.05 rakudo/2013.05 niecza/v24
30
30
31
31
32
32
NETWORK TRAFFIC
Original file line number Diff line number Diff line change 6
6
language => ' Perl 5' ,
7
7
compiler => ' perl5' ,
8
8
vm => ' perl5' ,
9
- dir => ' BENCH' ,
10
- f_run => [qw( VM ) ],
11
- e_run => [qw( VM -E ) ],
12
- show_ver => [qw( VM -E say+$] ) ],
9
+ f_run => [qw( install/bin/perl ) ],
10
+ e_run => [qw( install/bin/perl -E ) ],
11
+ show_ver => [qw( install/bin/perl -E say+$] ) ],
13
12
},
14
13
{
15
14
name => ' p5.pl' ,
Original file line number Diff line number Diff line change 44
44
},
45
45
"perl5" : {
46
46
"name" : " perl5" ,
47
- "repo_url" : " git://perl5.git.perl.org/perl.git"
47
+ "repo_url" : " git://perl5.git.perl.org/perl.git" ,
48
+ "build_steps" : [
49
+ [ " make" , " clean" ],
50
+ [ " git" , " clean" , " -dxf" ],
51
+ [ " rm" , " -rf" , " install" ],
52
+ " ./Configure -des -Dprefix=`pwd`/install" ,
53
+ [ " make" ],
54
+ [ " make" , " install" ],
55
+ ]
48
56
},
49
57
"perlito" : {
50
58
"name" : " perlito" ,
You can’t perform that action at this time.
0 commit comments