Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible: add ICU to sharedlibs containers #2677

Merged
merged 1 commit into from
Jun 22, 2021
Merged

Commits on Jun 18, 2021

  1. ansible: add ICU to sharedlibs containers

    Add versions of ICU to the sharedlibs containers. Intended to be used
    to build and test Node.js against a system ICU:
    e.g. for ICU 65
    ```
    $ export PKG_CONFIG_PATH=$ICU65DIR/lib/pkgconfig
    $ export LD_LIBRARY_PATH=$(pkg-config --variable=libdir icu-i18n)
    $ export CONFIG_FLAGS='--with-intl=system-icu --verbose'
    $ make run-ci
    ```
    richardlau committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    16929eb View commit details
    Browse the repository at this point in the history