The build error seems implausible since the section in the auto-generated file has a proper delimiter, just like any other row. However, the warning about memset suggests an overflow of some limit. During the build, my 32 GB RAM is not fully utilized. Did anyone else encounter this and can point me in the right direction.
Build Environment:
rustup show
. Best results are generally had with a recent stable version of the rust toolchain.Dependencies
Used the nix flake:
nix run "github:wez/wezterm?dir=nix"
The build output
Full log
The build error seems implausible since the section in the auto-generated file has a proper delimiter, just like any other row. However, the warning about memset suggests an overflow of some limit. During the build, my 32 GB RAM is not fully utilized. Did anyone else encounter this and can point me in the right direction.
Thanks!