We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cc7c5 commit 19d5ea0Copy full SHA for 19d5ea0
1 file changed
flake.nix
@@ -30,17 +30,6 @@
30
];
31
};
32
postPatch = "";
33
- nativeCheckInputs = [
34
- final.ctestCheckHook
35
- ];
36
- # ref. https://github.com/Simple-Robotics/proxsuite/issues/426
37
- preCheck = ''
38
- disabledTests+=(
39
- "ProxQP::dense: test primal infeasibility solving"
40
- "dense maros meszaros using the api"
41
- "sparse maros meszaros using the API"
42
- )
43
- '';
44
45
46
eigen5 = final: prev: {
0 commit comments