Accepting request 1236830 from network:chromium
OBS-URL: https://build.opensuse.org/request/show/1236830 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memory-constraints?expand=0&rev=5
This commit is contained in:
commit
02ff20b29a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 11:29:51 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Also set _smp_build_ncpus to fix usage with meson macro and
|
||||
maybe others
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 29 14:50:50 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -24,4 +24,5 @@
|
||||
fi \
|
||||
%global jobs $([[ -n $_threads ]] && echo $_threads || echo "`/usr/bin/getconf _NPROCESSORS_ONLN`") \
|
||||
%global _smp_mflags $([[ -n $_threads ]] && echo "-j$_threads" || echo "-j`/usr/bin/getconf _NPROCESSORS_ONLN`") \
|
||||
%global _smp_build_ncpus $([[ -n $_threads ]] && echo "$_threads" || echo "`/usr/bin/getconf _NPROCESSORS_ONLN`") \
|
||||
%{nil}
|
||||
|
Loading…
x
Reference in New Issue
Block a user