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 5bf39d5 commit 9484d4aCopy full SHA for 9484d4a
pkgs/applications/version-management/git/default.nix
@@ -476,6 +476,13 @@ stdenv.mkDerivation (finalAttrs: {
476
+ lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) ''
477
disable_test t7527-builtin-fsmonitor
478
''
479
+ +
480
+ lib.optionalString (stdenv.hostPlatform.isStatic && stdenv.hostPlatform.system == "x86_64-linux")
481
+ ''
482
+ # https://github.com/NixOS/nixpkgs/pull/394957
483
+ # > t2082-parallel-checkout-attributes.sh (Wstat: 256 (exited 1) Tests: 5 Failed: 1)
484
+ disable_test t2082-parallel-checkout-attributes
485
486
+ lib.optionalString stdenv.hostPlatform.isMusl ''
487
# Test fails (as of 2.17.0, musl 1.1.19)
488
disable_test t3900-i18n-commit
0 commit comments