You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on my first Ruby Rust extension and am seeing the following error on GitHub Actions when using windows-latest and Ruby 3.4 (all other Ruby versions back to 2.7 and ubuntu-latest and macos-latest work fine):
thread 'main' panicked at C:\Users\runneradmin/.cargo\registry\src\index.crates.io-6f17d22bba15001f\rb-sys-0.9.107\build\main.rs:50:6:
generate bindings: ClangDiagnostic("C:/hostedtoolcache/windows/Ruby/3.4.1/x64/include/ruby-3.4.0/ruby/internal/stdckdint.h:48:11: error: 'stdckdint.h' file not found with <angled> include; use \"quotes\" instead\n")
I'm currently working on my first Ruby Rust extension and am seeing the following error on GitHub Actions when using
windows-latest
and Ruby 3.4 (all other Ruby versions back to 2.7 andubuntu-latest
andmacos-latest
work fine):See https://github.com/mudge/mrml-ruby/actions/runs/12725696438/job/35473225849 for a failing run.
It seems like this is also affecting
wastime-rb
, e.g. https://github.com/bytecodealliance/wasmtime-rb/actions/runs/12708950835/job/35426968914The text was updated successfully, but these errors were encountered: