-
Notifications
You must be signed in to change notification settings - Fork 167
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
macOS pkg release build failures #2850
Comments
@nodejs/jenkins-release-admins |
https://github.com/nodejs/node/blob/6beee312a47165f8dd65fe802b6280310e6caede/Makefile#L833 that line will need fixing, npm's package.json has a new
rather than just hence:
in the build logs |
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850
Proposed fix: nodejs/node#41575 |
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: #41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Thanks for investigating @rvagg ! |
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: nodejs#41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: nodejs#41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: #41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
The last four nightly builds failed. See https://ci-release.nodejs.org/job/iojs+release/8214/nodes=osx11-release-pkg/console
The text was updated successfully, but these errors were encountered: