akkuPackages.machine-code: remove all-a64.sps test (#341198)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user