Skip to content

Commit

Permalink
Disable r-j build for now
Browse files Browse the repository at this point in the history
we do not have enough memory for that :(
  • Loading branch information
moritz committed Jun 7, 2015
1 parent 4a18f52 commit f1bdc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/rebuild-rakudo.pl
Expand Up @@ -44,7 +44,7 @@
rmtree glob "$home/$other/*";
system('git', 'clean', '-xdf');
system($^X, 'Configure.pl', "--prefix=$home/$other",
'--backends=moar,jvm', '--gen-nqp', '--gen-moar') and die $?;
'--backends=moar', '--gen-nqp', '--gen-moar') and die $?;
system('make', 'install') and die $?;

system("git rev-parse HEAD | cut -b 1-6 > $revision_file") and warn $?;
Expand Down

0 comments on commit f1bdc43

Please sign in to comment.