Skip to content

Commit

Permalink
Don't build a new rakudo each time
Browse files Browse the repository at this point in the history
Use the one we use for everything instead
  • Loading branch information
zoffixznet committed Oct 16, 2017
1 parent 534ff9a commit 8c0d0e1
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions util/update-and-sync
Expand Up @@ -4,6 +4,7 @@

set -e
set -x
. /home/rakudobrew/rakudobrew-bash

ulimit -v 2097152 # 2 GB
ulimit -t 3600 # 1 hour
Expand All @@ -24,20 +25,6 @@ else
echo "Writing logs to $LOGFILE"
exec >$LOGFILE 2>&1

echo "Building Rakudo and Zef"
# need most up to date perl6 to build examples at present
#source /home/rakudobrew/.rakudobrew-bash

# purge rakudobrew
# this is necessary, as sometimes the Rakudo stack needs to be completely
# rebuilt, and this is the only way to ensure this in an automated manner
rm -rf $HOME/.rakudobrew
git clone https://github.com/tadzik/rakudobrew $HOME/.rakudobrew
export PATH=$PATH:$HOME/.rakudobrew/bin

rakudobrew build moar
rakudobrew build zef

echo 'Cleaning out old HTML files'
# don't clean out html/ entirely, because there are some files
# under version control there, and because of html/build-log/
Expand Down

0 comments on commit 8c0d0e1

Please sign in to comment.