Merge pull request #332370 from happysalada/pixi_darwin_fix

pixi: fix darwin build
This commit is contained in:
Yt 2024-08-05 07:38:45 +00:00 committed by GitHub
commit 230439923e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,12 @@ rustPlatform.buildRustPackage rec {
"--skip=test_task_with_env"
"--skip=test_pixi_only_env_activation"
"--skip=cli::shell_hook::tests::test_environment_json"
] ++ lib.optionals stdenv.isDarwin [
"--skip=task::task_environment::tests::test_find_ambiguous_task"
"--skip=task::task_environment::tests::test_find_task_dual_defined"
"--skip=task::task_environment::tests::test_find_task_explicit_defined"
"--skip=task::task_graph::test::test_custom_command"
"--skip=task::task_graph::test::test_multi_env_defaults_ambigu"
];
postInstall = ''