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: properly convert .gypi in install.py #21850

Closed
wants to merge 1 commit into from

Conversation

hashseed
Copy link
Member

It was breaking during install when .gypi strings had quotes in
them. e.g.: 'foo': 'bar="baz"'

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

It was breaking during install when .gypi strings had quotes in
them. e.g.: 'foo': 'bar="baz"'
@nodejs-github-bot nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Jul 17, 2018
@refack
Copy link
Contributor

refack commented Jul 18, 2018

CI run: https://ci.nodejs.org/job/node-test-pull-request/15919/
(Interesting to see as we have some python 2.6 in there)

@refack
Copy link
Contributor

refack commented Jul 18, 2018

/CC @nodejs/python @nodejs/build-files

@refack refack added the tools Issues and PRs related to the tools directory. label Jul 18, 2018
@hashseed
Copy link
Member Author

Landed as 5e5ffc8.

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. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants