tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
coreutils: Disable cut-huge-range.sh
Janne Heß
4 years ago
e165f736
15c01ca7
+3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
coreutils
default.nix
+3
pkgs/tools/misc/coreutils/default.nix
···
73
73
''
74
74
])) + (optionalString stdenv.isAarch64 ''
75
75
sed '2i print "Skipping tail assert test"; exit 77' -i ./tests/tail-2/assert.sh
76
76
+
77
77
+
# Sometimes fails: https://github.com/NixOS/nixpkgs/pull/143097#issuecomment-954462584
78
78
+
sed '2i echo Skipping cut huge range test && exit 77' -i ./tests/misc/cut-huge-range.sh
76
79
'');
77
80
78
81
outputs = [ "out" "info" ];