This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
Eventually, binary installers will ship with full ICU data (see #8995). However, other binaries (binary tarballs, custom builds from source) will still not ship and load the full ICU data by default.
To allow users of these other binaries to use the full ICU data, we should generate and publish a separate tarball that contains only the full ICU data as a separate .dat file.
To use the full ICU data, users could put this file in $PREFIX/share/node/icu/ or could pass its path on the command line using --icu-data-dir=.
The tarball would be automatically generated and published by a Jenkins job.
This depends on #8983.
cc @srl295 @tjfontaine