-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
- binaries will be built on demand for linux and windows - just bump the version number in package.json (e.g. `npm version patch`), commit+push, and appveyor and travis will test and deploy new prebuilt binaries as needed - binaries are “maybe built” via a posttest hook for minimal duplication in CI configs - binaries live on S3 behind https://bin.mongodb.org/ (all in the devops production environment, fully managed and maintained by them) which is fronted by CloudFront (CDN) - using mongodb-js fork of node-pre-gyp for easier tooling integration
fixes mongodb/js-bson#120 mongodb/js-bson#118 mongodb/js-bson#114 mongodb/js-bson#111 nodejs/node#1245 nodejs/node#1099 |
- use mongodb-js/node-gyp with nodejs/node-gyp#599 for proper windows 64bit support - get appveyor auto-deploying and testing for the full matrix https://ci.appveyor.com/project/imlucas/bson-ext/build/1.0.83
This change has broken the |
what error are you seeing as I cannot repro |
Here is the root issue: https://github.com/christkv/bson-ext/issues/2 |
It's seems I have this problem related to Automattic/mongoose#2905 |
@nathanpeck did you resolve the issue? |
Yes, they fixed the issue by releasing a new version of the package that didn't have a precompiled Mac OS X binary inside of it. You should be able to |
@nathanpeck thanks for the answer |
npm version patch
), commit+push, and appveyor and travis will test and deploy newprebuilt binaries as needed
duplication in CI configs
devops production environment, fully managed and maintained by them)
which is fronted by CloudFront (CDN)
Good to go when this appveyor build finishes for iojs: https://ci.appveyor.com/project/imlucas/bson-ext/build/1.0.34