All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ci: Increase default of CCACHE_MAXSIZE to 1 gigabyte
@ 2021-04-12 17:37 Q. Gylstorff
  2021-04-12 19:57 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Q. Gylstorff @ 2021-04-12 17:37 UTC (permalink / raw)
  To: jan.kiszka, xenomai

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

The 5.4-arm64 build[1] needs a cache size greater than 400M.

[1]: https://gitlab.com/Xenomai/xenomai-hacker-space/-/jobs/1171197811

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e04df30d1..d8dc67f68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ variables:
   GIT_STRATEGY: clone
   KDIR: "/tmp/kernel"
   USE_CCACHE: "1"
-  CCACHE_MAXSIZE: "400M"
+  CCACHE_MAXSIZE: "1G"
   IPIPE_MIRROR_URL: "https://source.denx.de/Xenomai"
   PACKAGES: "gcc-8 u-boot-tools git make bc bison libelf-dev autotools-dev \
              autoconf autogen libtool pkg-config ccache flex libssl-dev"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ci: Increase default of CCACHE_MAXSIZE to 1 gigabyte
  2021-04-12 17:37 [PATCH] ci: Increase default of CCACHE_MAXSIZE to 1 gigabyte Q. Gylstorff
@ 2021-04-12 19:57 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2021-04-12 19:57 UTC (permalink / raw)
  To: Q. Gylstorff, xenomai

On 12.04.21 19:37, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> The 5.4-arm64 build[1] needs a cache size greater than 400M.
> 
> [1]: https://gitlab.com/Xenomai/xenomai-hacker-space/-/jobs/1171197811
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>  .gitlab-ci.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index e04df30d1..d8dc67f68 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -18,7 +18,7 @@ variables:
>    GIT_STRATEGY: clone
>    KDIR: "/tmp/kernel"
>    USE_CCACHE: "1"
> -  CCACHE_MAXSIZE: "400M"
> +  CCACHE_MAXSIZE: "1G"
>    IPIPE_MIRROR_URL: "https://source.denx.de/Xenomai"
>    PACKAGES: "gcc-8 u-boot-tools git make bc bison libelf-dev autotools-dev \
>               autoconf autogen libtool pkg-config ccache flex libssl-dev"
> 

Thanks for analyzing and fixing this! Applied to next.

Jan

-- 
Siemens AG, T RDA IOT
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-12 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 17:37 [PATCH] ci: Increase default of CCACHE_MAXSIZE to 1 gigabyte Q. Gylstorff
2021-04-12 19:57 ` Jan Kiszka

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.