-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CI: Windows: An error occurred while installing cool.io (1.8.0), and Bundler cannot continue. #4493
Comments
Hmm, I can't find the cause. This worked before. Has there been a change in the GitHub workflow environment? |
The type issue has existed on http://cvs.schmorp.de/libev/ev.c?r1=1.484&r2=1.485&pathrev=rel-4_25 but it is not yet applied to Perhaps something changed in the CI environment, and it caused this problem to become an error. |
I have made a PR for |
I have tried bundle config --local build.cool.io --with-cflags=\"-Wno-incompatible-pointer-types\"
mkmf.log
|
This has been merged! |
It will be released as cool.io v1.8.1. |
cool.io v1.8.1 has been released. |
I have confirmed this issue is resolved in |
Describe the bug
Currently, the CI for Windows fails.
It seems that
cool.io
(libev
) could be the cause.(Does it have something to do with native extensions for
oj
?)Example: https://github.com/fluent/fluentd/actions/runs/9058744234/job/24884949835?pr=4492
To Reproduce
Currently, Windows CI always fails.
However, I can't reproduce it on my local. (Windows Home 10, Ruby 3.2.2)
Expected behavior
CI works, and the tests are executed.
Your Environment
Your Configuration
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: