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
The problem seems to be that window-resize.sh invokes zstd with the --long=31 option which is not valid on 32-bit architectures, and zstd complains about that.
zstd: error 11 : Parameter is out of bound
I have not tested whether changing the option to "long=30" lets the test succeed, but I expect it will.
zstd: error 11 : Parameter is out of bound
*** Zstandard CLI (32-bit) v1.5.4, by Yann Collet ***
Error : file.zst is not a file
rm: cannot remove 'file.zst': No such file or directory
Describe the bug
It looks like "window-resize.sh" doesn't work on 32-bit architectures due to lack of memory?
To Reproduce
I got this issue when building for "i586" and "armh" targets (both 32-bit) for a linux distro, don't know if I can easily reproduce this.
The text was updated successfully, but these errors were encountered: