Try not building icu.
authorCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2018 21:58:15 +0000 (22:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 Jul 2018 08:54:18 +0000 (09:54 +0100)
cscript

diff --git a/cscript b/cscript
index 213c3ecd64c6b06db00f058739fc74c3de9e777b..c69d8f6a62cbe7796b50466453c4bfa9cc2eeb5a 100644 (file)
--- a/cscript
+++ b/cscript
@@ -410,18 +410,6 @@ def build(target, options):
                        'sources': [{'type': 'archive',
                                     'url': 'https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.bz2',
                                     'sha256': '5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9'}]})
-       modules.append({'name': 'icu',
-                       'subdir': 'source',
-                       'buildsystem': 'simple',
-                       'build-commands': [
-                           './configure --prefix=/app',
-                           'make -j $(nprocs)',
-                           'make install'
-                       ],
-                       'sources': [{'type': 'archive',
-                                    'url': 'http://download.icu-project.org/files/icu4c/62.1/icu4c-62_1-src.tgz',
-                                    'sha256': '3dd9868d666350dda66a6e305eecde9d479fb70b30d5b55d78a1deffb97d5aa3'}],
-                       'cleanup': ['/include', '/lib/*.a', '/lib/*.la', '/lib/pkgconfig']})
        modules.append({'name': 'asdcplib',
                        'buildsystem': 'simple',
                        'build-commands': [