brson / wasm-opt-rs

Rust bindings for Binaryen's wasm-opt
Apache License 2.0
61 stars 10 forks source link

wasm-opt-sys fails to compile on Windows Server 2022 #114

Closed nazar-pc closed 1 year ago

nazar-pc commented 1 year ago

Here is CI run that prints A LOT of logs in failure to compile wasm-opt-sys.

This only seems to happen on Windows 2022, not on Linux or macOS. I see your CI is testing 2019 version, so my guess there is something special about 2022 specifically.

nazar-pc commented 1 year ago

I'm sorry, CI is simply running out of disk space when compiling it :facepalm:

Thought it seems like this package specifically contributed to that.