akkuPackages.machine-code: remove all-a64.sps test (#341198)

This commit is contained in:
Wolfgang Walther
2024-12-12 21:00:37 +01:00
committed by GitHub
@@ -49,6 +49,13 @@ in
(pkg: old: removeAttrs old [ "unpackPhase" ])
];
machine-code = pkg: old: {
# fails on hydra with 'Log limit exceeded'
postPatch = ''
rm tests/all-a64.sps
'';
};
# circular dependency on wak-trc-testing !?
wak-foof-loop = skipTests;