Accepting request 830280 from home:michel_mno:branches:mozilla:Factory
- Put back %limit_build macro usage to avoid build error PowerPC (remove memoryperjob constraint) OBS-URL: https://build.opensuse.org/request/show/830280 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=546
This commit is contained in:
parent
cfff8c3277
commit
b774973e49
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 09:04:11 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||
|
||||
- Put back %limit_build macro usage to avoid build error PowerPC
|
||||
(remove memoryperjob constraint)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:57:15 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -75,6 +75,7 @@ BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libidl-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: memory-constraints
|
||||
BuildRequires: mozilla-nspr-devel >= 4.21
|
||||
BuildRequires: mozilla-nss-devel >= 3.44.4
|
||||
BuildRequires: nasm >= 2.13
|
||||
@ -326,6 +327,7 @@ echo "export RUSTFLAGS=\"$RUSTFLAGS\""
|
||||
echo ""
|
||||
cat << EOF
|
||||
%else
|
||||
%limit_build -m 2000
|
||||
export MOZ_DEBUG_FLAGS="-pipe"
|
||||
cat << EOF > $MOZCONFIG
|
||||
%endif
|
||||
|
@ -7,9 +7,6 @@
|
||||
<memory>
|
||||
<size unit="G">9</size>
|
||||
</memory>
|
||||
<memoryperjob>
|
||||
<size unit="M">2000</size>
|
||||
</memoryperjob>
|
||||
</hardware>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
|
Loading…
Reference in New Issue
Block a user