From 3a723a888774379cac2d1c150e3be7a250e9a136 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 25 Jan 2018 15:49:53 +0100 Subject: [PATCH] Try to find why RPI compilation fail on CircleCI --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 92bc2c94..6a261bef 100644 --- a/circle.yml +++ b/circle.yml @@ -17,8 +17,8 @@ dependencies: compile: override: - - make -C source target/install -j4 : - timeout: 7200 + - make -C source target/install -j1 V=s : + timeout: 9200 test: override: