| Message ID | 20260714154450.64006-1-jon.mason@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | CI: fix sstate-mirror | expand |
On Tue, 14 Jul 2026 11:44:50 -0400, Jon Mason wrote: > We should be using OE_FRAGMENTS for the upstream sstate mirror, and > BB_HASHSERVE is in base.yml > > Applied, thanks! [1/1] CI: fix sstate-mirror commit: 3e1e5eb2818cb372ce1d43a0bd5c8c382f07d798 Best regards,
diff --git a/ci/sstate-mirror.yml b/ci/sstate-mirror.yml index 98e99593817f..df9d4e031082 100644 --- a/ci/sstate-mirror.yml +++ b/ci/sstate-mirror.yml @@ -5,7 +5,5 @@ header: local_conf_header: sstate_mirror: | - BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" - SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" - BB_HASHSERVE = "auto" BB_SIGNATURE_HANDLER = "OEEquivHash" + OE_FRAGMENTS += "core/yocto/sstate-mirror-cdn"
We should be using OE_FRAGMENTS for the upstream sstate mirror, and BB_HASHSERVE is in base.yml Signed-off-by: Jon Mason <jon.mason@arm.com> --- ci/sstate-mirror.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)