about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-05-03 15:14:24 -0500
committerWill Dietz <w@wdtz.org>2018-05-03 15:20:38 -0500
commit481ca447715a9f71c51ac4c3591b2e9c6593a472 (patch)
tree872933a1c242af4d9baa8430485fb74370df0061 /pkgs/applications/version-management
parentedc9258e6ecdd1f44ba768d8810591fa4e2f17e9 (diff)
downloadnixlib-481ca447715a9f71c51ac4c3591b2e9c6593a472.tar
nixlib-481ca447715a9f71c51ac4c3591b2e9c6593a472.tar.gz
nixlib-481ca447715a9f71c51ac4c3591b2e9c6593a472.tar.bz2
nixlib-481ca447715a9f71c51ac4c3591b2e9c6593a472.tar.lz
nixlib-481ca447715a9f71c51ac4c3591b2e9c6593a472.tar.xz
nixlib-481ca447715a9f71c51ac4c3591b2e9c6593a472.tar.zst
nixlib-481ca447715a9f71c51ac4c3591b2e9c6593a472.zip
git: disable failing test w/musl for now
I'm working to resolve this but it will take some time
(patches sent to upstream musl, maybe to git afterwards)
and for now this blocks quite a lot.

If that doesn't work out we can explore options such as
always using GNU libiconv with musl.
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git/default.nix b/pkgs/applications/version-management/git-and-tools/git/default.nix
index 21e9a805c108..a3f61f3399db 100644
--- a/pkgs/applications/version-management/git-and-tools/git/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git/default.nix
@@ -277,6 +277,9 @@ EOF
     # XXX: I failed to understand why this one fails.
     # Could someone try to re-enable it on the next release ?
     disable_test t1700-split-index "null sha1"
+  '' + stdenv.lib.optionalString stdenv.hostPlatform.isMusl ''
+    # Test fails (as of 2.17.0, musl 1.1.19)
+    disable_test t3900-i18n-commit
   '';