diff mbox series

CI: correct BB_HASHSERVE_UPSTREAM

Message ID 20240521181325.5629-1-jon.mason@arm.com
State New
Headers show
Series CI: correct BB_HASHSERVE_UPSTREAM | expand

Commit Message

Jon Mason May 21, 2024, 6:13 p.m. UTC
The BB_HASHSERVE_UPSTREAM has issues which cause significantly less of a
match than expected.  Update with the correct values to get the expected
behavior.

Fixes: 6e9525115bd4 ("CI: add Yocto Project SSTATE Mirror")
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 6e4a97eb1275..4bcbd760c59f 100644
--- a/ci/sstate-mirror.yml
+++ b/ci/sstate-mirror.yml
@@ -5,7 +5,7 @@  header:
 
 local_conf_header:
   sstate_mirror: |
-    BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
+    BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws"
     SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
     BB_HASHSERVE = "auto"
     BB_SIGNATURE_HANDLER = "OEEquivHash"