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

build: fix dependency on missing header file #7945

Merged
merged 2 commits into from
Aug 3, 2016

Conversation

bnoordhuis
Copy link
Member

@bnoordhuis bnoordhuis commented Aug 2, 2016

Apropos the change to deps/cares/cares.gyp, we are the maintainers of that file, it doesn't exist upstream. It's an exception to the rule that changes to files under deps/ should go upstream first.

CI: https://ci.nodejs.org/job/node-test-pull-request/3497/

@bnoordhuis bnoordhuis added the build Issues and PRs related to build files or the CI. label Aug 2, 2016
@nodejs-github-bot nodejs-github-bot added the cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. label Aug 2, 2016
@cjihrig
Copy link
Contributor

cjihrig commented Aug 2, 2016

CI is green. LGTM

@evanlucas
Copy link
Contributor

LGTM

Depend on src/inspector_agent.h, src/inspector-agent.h does not exist.

The typo didn't break the build but it made some of the gyp-based
tooling complain.

PR-URL: nodejs#7945
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Depend on include/ares_rules.h, src/ares_rules.h does not exist.

The typo didn't break the build but it made some of the gyp-based
tooling complain.

PR-URL: nodejs#7945
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
@bnoordhuis bnoordhuis closed this Aug 3, 2016
@bnoordhuis bnoordhuis deleted the fixup-build-deps branch August 3, 2016 09:19
@bnoordhuis bnoordhuis merged commit 05c15a0 into nodejs:master Aug 3, 2016
@cjihrig cjihrig mentioned this pull request Aug 8, 2016
cjihrig pushed a commit that referenced this pull request Aug 10, 2016
Depend on src/inspector_agent.h, src/inspector-agent.h does not exist.

The typo didn't break the build but it made some of the gyp-based
tooling complain.

PR-URL: #7945
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
cjihrig pushed a commit that referenced this pull request Aug 10, 2016
Depend on include/ares_rules.h, src/ares_rules.h does not exist.

The typo didn't break the build but it made some of the gyp-based
tooling complain.

PR-URL: #7945
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
@cjihrig cjihrig mentioned this pull request Aug 11, 2016
@MylesBorins
Copy link
Contributor

@bnoordhuis this is not landing cleanly. Would you be willing to backport (if you deem it a good fix)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants