-
Notifications
You must be signed in to change notification settings - Fork 465
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 on Fedora 30 with gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1) fails #695
Comments
Seems like the is failing, so not just that compiler. https://ci.nodejs.org/view/x%20-%20Abi%20stable%20module%20API/job/node-test-node-addon-api-LTS%20versions/700/ Seems to fail across versions. |
We need to cast the `nullptr` to the templated type of the `AsyncProgressQueueWorker`. Fixes: nodejs#695 PR-URL: nodejs#696 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
Seems gabriel submitted a fix on #696. I'm wondering that we have travis run gcc compilation on both Linux and macOS, it doesn't seem to be failed on the PR push checks 🤔. Is this only reproducible on specific gcc versions? |
If you've not changed the default compiler on Travis then you'll probably be using either gcc 4.8.4 or 5 (depending on which Linux version you're running on). The Node.js CI will be using 6.3.0 at a minimum. |
We need to cast the `nullptr` to the templated type of the `AsyncProgressQueueWorker`. Fixes: nodejs/node-addon-api#695 PR-URL: nodejs/node-addon-api#696 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
We need to cast the `nullptr` to the templated type of the `AsyncProgressQueueWorker`. Fixes: nodejs/node-addon-api#695 PR-URL: nodejs/node-addon-api#696 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
We need to cast the `nullptr` to the templated type of the `AsyncProgressQueueWorker`. Fixes: nodejs/node-addon-api#695 PR-URL: nodejs/node-addon-api#696 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
We need to cast the `nullptr` to the templated type of the `AsyncProgressQueueWorker`. Fixes: nodejs/node-addon-api#695 PR-URL: nodejs/node-addon-api#696 Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
The text was updated successfully, but these errors were encountered: