forked from pool/luabind
Replace usage of %jobs for reproducible builds (boo#1237231) #1
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 9 12:59:38 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Replace usage of %jobs for reproducible builds (boo#1237231)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 09:50:38 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Thu Feb 22 09:50:38 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@@ -68,7 +68,7 @@ This package contains the library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# Parallel build settings ...
|
# Parallel build settings ...
|
||||||
limit_jobs="%{?jobs:%{jobs}}"
|
limit_jobs="$(echo %{?_smp_mflags} | cut -c 3-)"
|
||||||
# do not eat all memory
|
# do not eat all memory
|
||||||
echo "Available memory:"
|
echo "Available memory:"
|
||||||
free
|
free
|
||||||
|
Reference in New Issue
Block a user