* [RFC PATCH yocto-autobuilder-helper] config.json: prebuild key native items after pre-fetching but before the test matrix
@ 2023-07-24 18:31 Alexander Kanavin
0 siblings, 0 replies; only message in thread
From: Alexander Kanavin @ 2023-07-24 18:31 UTC (permalink / raw)
To: yocto; +Cc: Alexander Kanavin
Quite often the changes-under-test cause all of the builders in the matrix to build these
items in parallel, which is enormously wasteful. The idea here is to speed things up
by building them once at the start, and then serve them from sstate, so that test builds
can quickly proceed to items specific to them.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
config.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config.json b/config.json
index f271ffa..355a5bb 100644
--- a/config.json
+++ b/config.json
@@ -274,6 +274,10 @@
"extravars" : [
"SOURCE_MIRROR_FETCH = '1'"
]
+ },
+ "step2" : {
+ "shortname" : "Native items pre-building",
+ "BBTARGETS" : "binutils-native cargo-native qemu-system-native dnf-native apt-native opkg-native gtk+3-native gtk4-native gdk-pixbuf-native"
}
},
"trigger-build-posttrigger" : {
--
2.41.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-24 18:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 18:31 [RFC PATCH yocto-autobuilder-helper] config.json: prebuild key native items after pre-fetching but before the test matrix Alexander Kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox