From: Dan Mick Date: Mon, 6 Oct 2025 21:18:57 +0000 (-0700) Subject: ceph-pull-requests-arm64: Set nproc variables same as x86 job X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=92563f5924ad9efd5f915c41e2304583dd5720c2;p=ceph-build.git ceph-pull-requests-arm64: Set nproc variables same as x86 job Signed-off-by: Dan Mick --- diff --git a/ceph-pull-requests-arm64/build/build b/ceph-pull-requests-arm64/build/build index 15d632fe..75b78f4c 100644 --- a/ceph-pull-requests-arm64/build/build +++ b/ceph-pull-requests-arm64/build/build @@ -9,13 +9,11 @@ if [[ "$DOCS_ONLY" = true || "$CONTAINER_ONLY" = true || "$GHA_ONLY" == true || exit 0 fi -n_build_jobs=$(get_nr_build_jobs) +NPROC=$(nproc) NPMCACHE=${HOME}/npmcache cat >.env <