zlib building issue
Closed this issue · 1 comments
palkan commented
Having this issue when running rbwasm build
on Github Actions:
==> RubyWasm::ZlibProduct(zlib-1.3-wasm32-unknown-wasi) -- Building
==> curl -o /home/runner/work/ruby-next-web/ruby-next-web/build/wasm32-unknown-wasi/zlib-1.3/zlib-1.3.tar.gz -L https://zlib.net/zlib-1.3.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 315 100 315 0 0 1300 0 --:--:-- --:--:-- --:--:-- 1301
==> tar xzf /home/runner/work/ruby-next-web/ruby-next-web/build/wasm32-unknown-wasi/zlib-1.3/zlib-1.3.tar.gz -C /home/runner/work/ruby-next-web/ruby-next-web/build/wasm32-unknown-wasi/zlib-1.3 --strip-components\=1
gzip: stdin: not in gzip format
The url (https://zlib.net/zlib-1.3.tar.gz
) is not found for me.
Probably related to the latest release of zlib happened yesterday.
Ruby version: 3.2.2
Rust: 1.74.0
ruby_wasm: 2.5.0.pre.1