projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd3e869
)
Don't build ICU in parallel
author
Emilio Pozuelo Monfort
<pochu@debian.org>
Fri, 6 Dec 2019 23:55:17 +0000
(08:55 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 25 Aug 2020 21:56:02 +0000
(22:56 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Don-t-build-ICU-in-parallel.patch
intl/icu_sources_data.py
patch
|
blob
|
history
diff --git
a/intl/icu_sources_data.py
b/intl/icu_sources_data.py
index cd18b7a36eb65d82dc51a2d48e28218297dcd026..9653eaa4543ffb132bbd1e434982bb7c965f61cf 100644
(file)
--- a/
intl/icu_sources_data.py
+++ b/
intl/icu_sources_data.py
@@
-245,9
+245,7
@@
def update_data_file(topsrcdir):
print('Running ICU make...')
if not try_run(
'icu-make',
- ['make',
- '--jobs=%d' % multiprocessing.cpu_count(),
- '--output-sync'],
+ ['make'],
cwd=objdir):
return False
print('Copying ICU data file...')