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

add {libc} to prebuilt binary package name #38

Merged
merged 3 commits into from
May 3, 2018
Merged

add {libc} to prebuilt binary package name #38

merged 3 commits into from
May 3, 2018

Conversation

Ugzuzg
Copy link
Contributor

@Ugzuzg Ugzuzg commented Apr 30, 2018

#31

var p = process, v = p.versions, pkg = require('./package.json');
console.log([pkg.name, 'v$CANVAS_PREBUILT_VERSION', 'node-v' + v.modules, p.platform, p.arch].join('-'));
var p = process, v = p.versions, pkg = require('./package.json'), libc = require('detect-libc').family;
console.log([pkg.name, 'v$CANVAS_PREBUILT_VERSION', 'node-v' + v.modules, p.platform, libc, p.arch].join('-'));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Doesn't detect-libc need to be added to package.json though? Also ignore the failed builds, it's trying to do a release

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. I'll add it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Member

@chearon chearon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@chearon chearon merged commit 92b3fa6 into node-gfx:master May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants