akkuPackages.machine-code: remove all-a64.sps test

- remove 'tests/all-a64.sps' - test iterates over range of instructions
and outputs each result into logs - more than 20 millions lines total.
Build on hydra fails with 'Log limit exceeded'
This commit is contained in:
ghpzin
2024-09-12 13:16:03 +03:00
parent 0cfa0d860b
commit ff1ae848ec
@@ -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;