diff mbox series

[v1,18/18] cirrus.yml: serialise make check

Message ID 20200612190237.30436-19-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next (tsan, dtc warnings, cross-builds) | expand

Commit Message

Alex Bennée June 12, 2020, 7:02 p.m. UTC
We do this on our other platforms to make it easier to see what has
broken.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 .cirrus.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.20.1

Comments

Li-Wen Hsu June 13, 2020, 8:22 a.m. UTC | #1
On Sat, Jun 13, 2020 at 3:08 AM Alex Bennée <alex.bennee@linaro.org> wrote:
>

> We do this on our other platforms to make it easier to see what has

> broken.

>

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>


Reviewed-by: Li-Wen Hsu <lwhsu@FreeBSD.org>


> ---

>  .cirrus.yml | 6 +++---

>  1 file changed, 3 insertions(+), 3 deletions(-)

>

> diff --git a/.cirrus.yml b/.cirrus.yml

> index ce7850a320e..69342ae031b 100644

> --- a/.cirrus.yml

> +++ b/.cirrus.yml

> @@ -14,7 +14,7 @@ freebsd_12_task:

>      - cd build

>      - ../configure || { cat config.log; exit 1; }

>      - gmake -j8

> -    - gmake -j8 V=1 check

> +    - gmake V=1 check

>

>  macos_task:

>    osx_instance:

> @@ -26,7 +26,7 @@ macos_task:

>      - cd build

>      - ../configure --python=/usr/local/bin/python3 || { cat config.log; exit 1; }

>      - gmake -j$(sysctl -n hw.ncpu)

> -    - gmake check -j$(sysctl -n hw.ncpu)

> +    - gmake check

>

>  macos_xcode_task:

>    osx_instance:

> @@ -39,4 +39,4 @@ macos_xcode_task:

>      - cd build

>      - ../configure --cc=clang || { cat config.log; exit 1; }

>      - gmake -j$(sysctl -n hw.ncpu)

> -    - gmake check -j$(sysctl -n hw.ncpu)

> +    - gmake check

> --

> 2.20.1

>
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index ce7850a320e..69342ae031b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,7 +14,7 @@  freebsd_12_task:
     - cd build
     - ../configure || { cat config.log; exit 1; }
     - gmake -j8
-    - gmake -j8 V=1 check
+    - gmake V=1 check
 
 macos_task:
   osx_instance:
@@ -26,7 +26,7 @@  macos_task:
     - cd build
     - ../configure --python=/usr/local/bin/python3 || { cat config.log; exit 1; }
     - gmake -j$(sysctl -n hw.ncpu)
-    - gmake check -j$(sysctl -n hw.ncpu)
+    - gmake check
 
 macos_xcode_task:
   osx_instance:
@@ -39,4 +39,4 @@  macos_xcode_task:
     - cd build
     - ../configure --cc=clang || { cat config.log; exit 1; }
     - gmake -j$(sysctl -n hw.ncpu)
-    - gmake check -j$(sysctl -n hw.ncpu)
+    - gmake check