Skip to content

Commit bbc970f

Browse files
committed
Kill everybody before upgrading rakudo
There are so many things that can be done better here (e.g. the build script may be running and so we should terminate it gracefully), but that's a quest for another day. Also, this does not work anyway. Why? Rakudobrew pulls rakudo from under the sake script, so it dies a horrible death. 💩
1 parent 5be4c05 commit bbc970f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sub start-stop($task where ‘start-all’ | ‘stop-all’) {
2222
task start-all, { start-stop start-all }
2323
task stop-all, { start-stop stop-all }
2424
task test, { run prove, --exec, perl6, t }
25-
task upgrade, { run rakudobrew, build, moar }
25+
26+
task upgrade => stop-all, { run rakudobrew, build, moar }
2627

2728
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)