Skip to content

Commit

Permalink
Let Buildable build MoarVM too
Browse files Browse the repository at this point in the history
It turns out that at some point I wiped all MoarVM builds to save space.
This means that from now on the bot will attempt to build *everything*
from scratch. That's fine, it's just that it'll take some time.
  • Loading branch information
AlexDaniel committed Nov 5, 2023
1 parent a6d775d commit b7fb536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbin/Buildable.p6
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ multi method keep-building($msg) {
# https://github.com/rakudo/rakudo/issues/5358
}), :vent-at(1), :bleed($bleed) {
$meta-lock.protect: {
$building = start { build-all-commits $_ for < rakudo-moar > #`「TODO get-projects() };
$building = start { build-all-commits $_ for get-projects() };
whenever $building {}
}
}
Expand Down

0 comments on commit b7fb536

Please sign in to comment.