This message was deleted.
# sdk-rust
s
This message was deleted.
w
the errors started showing up on a fork i hadn't changed in a couple of months, i suspect due to the github win image being updated
seems like this issue occurs building against the main repo (c7a431b) as well
and also against crates.io 0.2
pls let me know if a minimal repro would help at all
b
I’ll take a look
w
could well be related... i don't have the
FILE_INFO_BY_HANDLE_CLASS
errors (example action results at <https://github.com/decentraland/bevy-explorer/actions/runs/6986152904/job/19011288602>, built against crates.io - far from minimal though)
b
Do you have the same error if you build webrtc yourself using build_windows.cmd ?
w
locally i can't build from crates due to long-paths, but if i modify it i can still build locally
locally i have msvc 14.36.32532, vs github 14.38.33130
(i tried the github windows-2019 image as well, but it fails with other errors like
unresolved external symbol __std_find_trivial_8
)
b
Not sure why this is happening
w
We’ve worked around it using a self-hosted runner for now
👍 1