From 329af5973762e45ed6f5765302e5b651de0a1354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Sun, 26 Mar 2017 00:54:16 +0100 Subject: [PATCH] Let's build all of the components in one batch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The order didn't really make any sense. The base-runtime set is also a build dependency for the rest of the bootstrap module a the build order only forces rebuilds of the base-runtime part, which has no real value. Also, if anything in the first group fails, the second group doesn't get build at all. Plus build time optimization -- no nead to wait for the first batch to finish. Signed-off-by: Petr Ĺ abata --- bootstrap.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap.yaml b/bootstrap.yaml index 350196d..8fcd35b 100644 --- a/bootstrap.yaml +++ b/bootstrap.yaml @@ -12167,5 +12167,3 @@ data: base-runtime: rationale: Bootstrapping requires Base Runtime. ref: master - # Let's build the Base Runtime set after the deps - buildorder: 1000