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(-)

Comments

Jon Mason June 11, 2025, 12:57 p.m. UTC | #1
On Mon, 09 Jun 2025 10:20:48 -0400, Jon Mason wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] CI: update sstate-mirror.yml
      commit: 31549c12d2ee6f655b45718bab2d5c298eb99a0f

Best regards,
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"