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

authored by

Wolfgang Walther and committed by
GitHub
68ec77c1 cfd4bedd

+7
+7
pkgs/tools/package-management/akku/overrides.nix
··· 49 49 (pkg: old: removeAttrs old [ "unpackPhase" ]) 50 50 ]; 51 51 52 + machine-code = pkg: old: { 53 + # fails on hydra with 'Log limit exceeded' 54 + postPatch = '' 55 + rm tests/all-a64.sps 56 + ''; 57 + }; 58 + 52 59 # circular dependency on wak-trc-testing !? 53 60 wak-foof-loop = skipTests; 54 61