From b5b12cfa410eb8b151c9980ab93d69bf5090b860 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Fri, 17 Sep 2021 19:50:57 +0200 Subject: [PATCH] dont -j that much --- build-dir825-rndis.yaml | 2 +- build-dir825.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-dir825-rndis.yaml b/build-dir825-rndis.yaml index 517aede..471dec4 100644 --- a/build-dir825-rndis.yaml +++ b/build-dir825-rndis.yaml @@ -60,7 +60,7 @@ spec: ./scripts/feeds install -a # build env does not like to be run as root.... - make -j6 download world $(params.make_flags) V=1 + make -j2 download world $(params.make_flags) V=1 - name: upload-assets image: docker.io/minio/mc env: diff --git a/build-dir825.yaml b/build-dir825.yaml index 41bfa82..932af3a 100644 --- a/build-dir825.yaml +++ b/build-dir825.yaml @@ -60,7 +60,7 @@ spec: ./scripts/feeds install -a # build env does not like to be run as root.... - make -j6 download world $(params.make_flags) V=1 + make -j2 download world $(params.make_flags) V=1 - name: upload-assets image: docker.io/minio/mc env: