From b7fb536f5666e53c5194317840101d69fce2c8b2 Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Mon, 6 Nov 2023 00:49:50 +0200 Subject: [PATCH] Let Buildable build MoarVM too 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. --- xbin/Buildable.p6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbin/Buildable.p6 b/xbin/Buildable.p6 index 681b4aa..e33d2e1 100755 --- a/xbin/Buildable.p6 +++ b/xbin/Buildable.p6 @@ -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 {} } }