Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/by-name/gi/git/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,10 @@ stdenv.mkDerivation (finalAttrs: {
# Tested to fail: 2.18.0
disable_test t0028-working-tree-encoding
''
+ lib.optionalString stdenv.hostPlatform.isRiscV64 ''
# Tests 2-5 fail on riscv64.
disable_test t0213-trace2-ancestry
''
+ lib.optionalString stdenv.hostPlatform.isFreeBSD ''
# Time zones are not available in the build sandbox.
# This can be fixed if/when we decide on how the hardcoded libc paths should look
Expand Down
Loading