| Message ID | 20260714154450.64006-1-jon.mason@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | CI: fix sstate-mirror | expand |
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(-)