All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ci: Tune config
@ 2019-04-09 19:37 Jan Kiszka
  2019-04-09 20:47 ` Roman Stratiienko
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2019-04-09 19:37 UTC (permalink / raw)
  To: Xenomai; +Cc: Roman Stratiienko

From: Jan Kiszka <jan.kiszka@siemens.com>

- disable DEBUG_INFO which bloats the build out and, thus, the ccache
- grant more size to the ccache, specifically for arm64

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 .travis.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2139e499e4..32ae8d2b1c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ env:
   global:
     - KDIR=/tmp/kernel
     - USE_CCACHE=1
-    - CCACHE_MAXSIZE=400M
+    - CCACHE_MAXSIZE=1G
 
 install:
   - git clone --depth 1 --branch ${IPIPE_REV} ${IPIPE_KERNEL} ${KDIR}
@@ -40,6 +40,11 @@ before_script:
   - export PATH=~/ccache:$PATH
   - pushd ${KDIR}
   - make -j $(nproc) ${KERNEL_DEFCONFIG}
+
+  # Generic settings
+  - ./scripts/config -d DEBUG_INFO
+
+  # I-pipe and Xenomai settings
   - ./scripts/config -e IPIPE
   - ./scripts/config -e XENOMAI
   - ./scripts/config -e XENO_OPT_SCHED_CLASSES
@@ -135,6 +140,7 @@ script:
   - scripts/bootstrap
   - ./configure --enable-smp ${CONFIGURE_OPTS}
   - make -j $(nproc)
+
   - ccache -s
 
 matrix:
-- 
2.16.4


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

end of thread, other threads:[~2019-04-10 13:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-09 19:37 [PATCH] ci: Tune config Jan Kiszka
2019-04-09 20:47 ` Roman Stratiienko
2019-04-10  5:34   ` Jan Kiszka
2019-04-10  8:42     ` Roman Stratiienko
2019-04-10 13:58       ` 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.