Bug 34772 - parallelize for speed
Summary: parallelize for speed
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libmozjs52 (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: cow@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-05 19:34 MSK by Ivan Zakharyaschev
Modified: 2018-04-17 22:36 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2018-04-05 19:34:53 MSK
52.2.1-alt2 can be built in parallel, I've noticed no problems, but a speedup:

From 0658fcd46c08c35ed4467f1f78211ec5033db973 Mon Sep 17 00:00:00 2001
From: Ivan Zakharyaschev <imz@altlinux.org>
Date: Thu, 5 Apr 2018 18:16:13 +0300
Subject: [PATCH] %%make_build for parallelization

---
 mozjs52.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mozjs52.spec b/mozjs52.spec
index e5a8790..69d6208 100644
--- a/mozjs52.spec
+++ b/mozjs52.spec
@@ -101,7 +101,7 @@ export PYTHON=/usr/bin/python
 	--with-system-zlib \
 	%{?_with_system_icu:--with-system-icu} \
 	--with-intl-api
-%make
+%make_build
 
 %install
 cd js/src
-- 
2.10.4
Comment 1 Repository Robot 2018-04-17 22:36:20 MSK
libmozjs52-52.7.3-alt1 -> sisyphus:

Mon Apr 16 2018 Yuri N. Sedunov <aris@altlinux> 52.7.3-alt1
- built from firefox sources with debian/fc patchset and bundled icu
- enabled smp-build (ALT #34772)