We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430b823 commit 458f31bCopy full SHA for 458f31b
flake.nix
@@ -38,6 +38,13 @@
38
];
39
};
40
postPatch = "";
41
+ nativeCheckInputs = [ final.ctestCheckHook ];
42
+ disabledTests = [
43
+ # ref. https://github.com/Simple-Robotics/proxsuite/issues/426
44
+ "proxsuite-test-cpp-dense_qp_wrapper"
45
+ "proxsuite-test-cpp-dense_maros_meszaros"
46
+ "proxsuite-test-cpp-sparse_maros_meszaros"
47
+ ];
48
49
50
eigen5Overlay = final: prev: {
0 commit comments