All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: disable use of Yocto sstate server
@ 2021-11-15 13:48 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2021-11-15 13:48 UTC (permalink / raw)
  To: meta-arm

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

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
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-15 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 13:48 [PATCH] CI: disable use of Yocto sstate server Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.