CI: disable use of Yocto sstate server

Message ID 20211115134818.3647291-1-ross.burton@arm.com
State New
Headers show
Series CI: disable use of Yocto sstate server | expand

Commit Message

Ross Burton Nov. 15, 2021, 1:48 p.m. UTC
The public sstate server isn't up to the load just yet and often-enough
will take a very long time to respond, causing build failures.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/base.yml | 5 -----
 1 file changed, 5 deletions(-)

Patch

diff --git a/ci/base.yml b/ci/base.yml
index d2ea867a..86608b28 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -37,11 +37,6 @@  local_conf_header:
     PACKAGECONFIG:append:pn-perf = " coresight"
   noptest: |
     DISTRO_FEATURES:remove = "ptest"
-  sstate_mirror: |
-    BB_HASHSERVE_UPSTREAM = "typhoon.yocto.io:8687"
-    BB_HASHSERVE = "auto"
-    BB_SIGNATURE_HANDLER = "OEEquivHash"
-    SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH"
 
 machine: unset