d445b2
diff -up firefox-68.8.0/intl/icu_sources_data.py.icu-makefile firefox-68.8.0/intl/icu_sources_data.py
d445b2
--- firefox-68.8.0/intl/icu_sources_data.py.icu-makefile	2020-05-11 17:00:03.642605718 +0200
d445b2
+++ firefox-68.8.0/intl/icu_sources_data.py	2020-05-11 17:00:37.774642749 +0200
d445b2
@@ -246,8 +246,7 @@ def update_data_file(topsrcdir):
d445b2
     if not try_run(
d445b2
             'icu-make',
d445b2
             ['make',
d445b2
-             '--jobs=%d' % multiprocessing.cpu_count(),
d445b2
-             '--output-sync'],
d445b2
+             '--jobs=1'],
d445b2
             cwd=objdir):
d445b2
         return False
d445b2
     print('Copying ICU data file...')