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

src: add support for locally installed headers #2964

Merged
merged 7 commits into from
Jan 29, 2024

Commits on Jan 19, 2024

  1. feat: add support for locally installed headers

    Some linux distros allow headers to be installed through
    tools like rpm. If the runtime sets
    process.config.variables.use_prefix_to_find_headers, look
    for matching headers based on the directory set for the
    prefix in process.config.variables.prefix
    
    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a5ac175 View commit details
    Browse the repository at this point in the history
  2. squash: address windows failure

    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d17602b View commit details
    Browse the repository at this point in the history
  3. squash: address windows ci failures

    Signed-off-by: Michael Dawson <[email protected]>
    mhdawson committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    599932b View commit details
    Browse the repository at this point in the history
  4. address review comments

    mhdawson authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    178fcd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update lib/configure.js

    lukekarrys authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7315afd View commit details
    Browse the repository at this point in the history
  2. Update lib/configure.js

    lukekarrys authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    65292ff View commit details
    Browse the repository at this point in the history
  3. Update lib/configure.js

    lukekarrys authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b4dcacd View commit details
    Browse the repository at this point in the history