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

tools: add NODE_TEST_NO_INTERNET to the doc builder #31849

Closed
wants to merge 1 commit into from

Commits on Feb 18, 2020

  1. tools: add NODE_TEST_NO_INTERNET to the doc builder

    At the moment the doc builder tries to access the internet
    for CHANGELOG information and only falls back to local sources
    after the connection fails or a 5 second timeout. This means
    that the doc building could take at least 7 minutes on a
    machine with hijacked connection to Github for useless network
    attempts. This patch adds a NODE_TEST_NO_INTERNET environment
    variable to directly bypass these attempts so that docs can be
    built in reasonable time on a machine like that.
    joyeecheung committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    23db669 View commit details
    Browse the repository at this point in the history