[PATCH] CI: update sstate-mirror.yml
Jon Mason <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
The Yocto project changed the server name for sstate, though the previous one does still appear to work. Update here to the one matching the YP documentation. Signed-off-by: Jon Mason <[email protected]> --- ci/sstate-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/sstate-mirror.yml b/ci/sstate-mirror.yml index 4bcbd760c59f..98e99593817f 100644 --- a/ci/sstate-mirror.yml +++ b/ci/sstate-mirror.yml @@ -6,6 +6,6 @@ header: local_conf_header: sstate_mirror: | BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" - SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" + SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" BB_HASHSERVE = "auto" BB_SIGNATURE_HANDLER = "OEEquivHash" -- 2.39.5 (Apple Git-154)