From 189d473fc9d2489c32110d11f0f639a034ae9d20 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 21 May 2024 14:13:25 -0400 Subject: [PATCH] CI: correct BB_HASHSERVE_UPSTREAM 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 --- 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 6e4a97eb..4bcbd760 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"