tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
gdcm: disable failing test on Aarch64
Ben Darwin
2 years ago
dc16ee70
0e169cf0
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gdcm
default.nix
+2
pkgs/development/libraries/gdcm/default.nix
···
76
76
"TestSCUValidation"
77
77
# errors because 3 classes not wrapped:
78
78
"TestWrapPython"
79
79
+
] ++ lib.optionals (stdenv.isAarch64 && stdenv.isLinux) [
80
80
+
"TestRescaler2"
79
81
];
80
82
81
83
checkPhase = ''