Commit 68bf732
committed
lmp/bb-build: only use the sstate-cache mirror on the first step
On the fisrt build step we run bitbake for setscene only tasks
and obvious this one is the only one that use the reads and use the
sstate-cache.
The second step will be a 0% hit of available because everything
has already been accelerated in the first step. In this second step
everything will be build from scratch and the local sstate-cache
populadted with the artifacts.
This will improve and significantly reduce the load generated on
the sstate-mirror http server by our CI builds.
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>1 parent 65a53fe commit 68bf732
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
0 commit comments