avoid parallelism in ci

This commit is contained in:
Ivan FB 2026-04-13 00:28:54 +02:00
parent f00d24039e
commit ac600f4ff4
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ on:
- cron: '30 6 * * *'
env:
NPROC: 2
NPROC: 1
MAKEFLAGS: "-j${NPROC}"
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"

View File

@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
env:
NPROC: 2
NPROC: 1
MAKEFLAGS: "-j${NPROC}"
NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none"
NIM_VERSION: '2.2.4'

View File

@ -12,7 +12,7 @@ on:
value: ${{ jobs.build-docker-image.outputs.image }}
env:
NPROC: 2
NPROC: 1
MAKEFLAGS: "-j${NPROC}"
NIMFLAGS: "--parallelBuild:${NPROC}"
NIM_VERSION: '2.2.4'

View File

@ -11,7 +11,7 @@ on:
env:
RELEASE_NAME: nightly
NPROC: 2
NPROC: 1
MAKEFLAGS: "-j${NPROC}"
NIMFLAGS: "--parallelBuild:${NPROC}"

View File

@ -8,7 +8,7 @@ on:
workflow_dispatch:
env:
NPROC: 2
NPROC: 1
jobs:
build-and-upload:

View File

@ -8,7 +8,7 @@ on:
type: string
env:
NPROC: 4
NPROC: 1
NIM_VERSION: '2.2.4'
NIMBLE_VERSION: '0.22.3'