mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
mim-solvers: exclude flaky test
ref. https://github.com/machines-in-motion/mim_solvers/issues/52
This commit is contained in:
parent
f0827ee619
commit
429b574bbf
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
(lib.cmakeBool "BUILD_PYTHON_INTERFACE" pythonSupport)
|
(lib.cmakeBool "BUILD_PYTHON_INTERFACE" pythonSupport)
|
||||||
(lib.cmakeBool "BUILD_WITH_PROXSUITE" true)
|
(lib.cmakeBool "BUILD_WITH_PROXSUITE" true)
|
||||||
]
|
]
|
||||||
|
++ lib.optional (stdenv.hostPlatform.isDarwin) (
|
||||||
|
lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" "--exclude-regex;'py-test-clqr-osqp'"
|
||||||
|
)
|
||||||
++ lib.optional (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) (
|
++ lib.optional (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) (
|
||||||
lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" "--exclude-regex;'test_solvers'"
|
lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" "--exclude-regex;'test_solvers'"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue