-
Notifications
You must be signed in to change notification settings - Fork 569
CI is broken #987
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
Comments
I haven't looked closely into this, but maybe goplusjs/gopherjs@2452510#diff-21b1fe66043572c76c549a4fc5f186e9a69c330b186fc91116b9b70a4d047902 from @visualfc's fork is the fix. |
Thanks for the suggestion. That doesn't appear to be it, because we've made that change even earlier in PR #938. Perhaps goplusjs/gopherjs@a293d52#diff-21b1fe66043572c76c549a4fc5f186e9a69c330b186fc91116b9b70a4d047902 is relevant. |
I've investigated this and confirmed that the problem is that the latest version of To fix this, we either need to update Node to a newer version that node-gyp v7 requires (Node v14.13.1 fixed the immediate error in my brief testing), or ensure the older node-gyp version is selected. I'll probably take the shorter path of downgrading node-gyp for now, and upgrading both of them can be a future enhancement. |
The latest version of node-gyp (v7.1.2 at this time) is not compatible with Node v10.0.0 that circle.yml installs. Go back to a known working version of node-gyp to get a working CI. Fixes #987.
The latest version of node-gyp (v7.1.2 at this time) is not compatible with Node v10.0.0 that circle.yml installs. Go back to a known working version of node-gyp to get a working CI. Update the CI script to test against Go 1.12.17¹, the latest minor release in the Go 1.12.x series. ¹ https://golang.org/doc/devel/release.html#go1.12.minor Updates #894. Fixes #987. GitHub-Pull-Request: #988
I've tried making a trivial commit just now that should pass CI, 2b03b95, but it failed.
There was a problem with this step in
circle.yml
:The text was updated successfully, but these errors were encountered: