diff mbox series

CI: update sstate-mirror.yml

Message ID 20250609142048.85350-1-jon.mason@arm.com
State New
Headers show
Series CI: update sstate-mirror.yml | expand

Commit Message

Jon Mason June 9, 2025, 2:20 p.m. UTC
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 <jon.mason@arm.com>
---
 ci/sstate-mirror.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"