1
0

Accepting request 666261 from home:marxin:branches:mozilla:Factory

- Increase disk constraint.
- Remove -v from mach build in order to work-around bmo#1500436.

OBS-URL: https://build.opensuse.org/request/show/666261
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=708
This commit is contained in:
Wolfgang Rosenauer 2019-01-16 09:31:29 +00:00 committed by Git OBS Bridge
parent d6db4cc918
commit 59c27b8c6c
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 15 14:32:03 UTC 2019 - Martin Liška <mliska@suse.cz>
- Increase disk constraint.
-------------------------------------------------------------------
Mon Jan 14 12:12:12 UTC 2019 - Martin Liška <mliska@suse.cz>
- Remove -v from mach build in order to work-around bmo#1500436.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 11 15:07:14 UTC 2019 - Martin Liška <mliska@suse.cz> Fri Jan 11 15:07:14 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -385,7 +385,7 @@ ac_add_options --with-arch=armv7-a
ac_add_options --disable-webrtc ac_add_options --disable-webrtc
%endif %endif
EOF EOF
./mach build -v ./mach build
%install %install
cd $RPM_BUILD_DIR/obj cd $RPM_BUILD_DIR/obj

View File

@ -2,7 +2,7 @@
<constraints> <constraints>
<hardware> <hardware>
<disk> <disk>
<size unit="G">16</size> <size unit="G">20</size>
</disk> </disk>
<memory> <memory>
<size unit="G">8</size> <size unit="G">8</size>