···2021 configureFlags = [ "--release-channel=stable" ];
2223- # Upstream is not running tests on aarch64:
24 # see https://github.com/rust-lang/rust/issues/49807#issuecomment-380860567
25 # So we do the same.
26- doCheck = !stdenv.isAarch64;
02728 patches = [
29 ./patches/0001-Disable-fragile-tests-libstd-net-tcp-on-Darwin-Linux.patch
···2021 configureFlags = [ "--release-channel=stable" ];
2223+ # 1. Upstream is not running tests on aarch64:
24 # see https://github.com/rust-lang/rust/issues/49807#issuecomment-380860567
25 # So we do the same.
26+ # 2. Tests run out of memory for i686
27+ doCheck = !stdenv.isAarch64 && !stdenv.isi686;
2829 patches = [
30 ./patches/0001-Disable-fragile-tests-libstd-net-tcp-on-Darwin-Linux.patch