projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf71a42
)
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
Carsten Schoenert
<c.schoenert@t-online.de>
Fri, 20 Nov 2020 16:38:25 +0000
(16:38 +0000)
Gbp-Pq: Topic fixes
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 1037861107609e3c5dff1fc16ff9c8c1713d8814..09a691a426ac483a9e328193b1973053d308df55 100644
(file)
--- a/
intl/icu_sources_data.py
+++ b/
intl/icu_sources_data.py
@@
-247,9
+247,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...')